From 11fcaefb02a6a5cc091229e8e5eed95e3dfb8743 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20M=C3=BChlinghaus?= Date: Sat, 13 Dec 2014 15:59:45 +0100 Subject: [PATCH] mypaint: fixed template to comply to pull request guidelines --- srcpkgs/mypaint/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/mypaint/template b/srcpkgs/mypaint/template index 1005a8208e7..58392ed2eb3 100644 --- a/srcpkgs/mypaint/template +++ b/srcpkgs/mypaint/template @@ -10,12 +10,12 @@ 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 { - sed "s/'json'/'json-c'/g" "${wrksrc}/brushlib/SConscript" >"${wrksrc}/tmp" - mv "${wrksrc}/tmp" "${wrksrc}/brushlib/SConscript" + sed "s/'json'/'json-c'/g" "${wrksrc}/brushlib/SConscript" >"${wrksrc}/tmp" + mv "${wrksrc}/tmp" "${wrksrc}/brushlib/SConscript" } function do_build { - scons + scons } function do_install { - scons prefix=${DESTDIR}/usr install + scons prefix=${DESTDIR}/usr install }