mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
mypaint: changed function definition style as suggested by xtraeme
This commit is contained in:
parent
e3d151f062
commit
41e0280743
1 changed files with 3 additions and 3 deletions
|
@ -9,12 +9,12 @@ distfiles="http://download.gna.org/mypaint/mypaint-${version}.tar.bz2"
|
||||||
checksum="780d57e50dd90afd586873bc5120261930ea4c309d4d0958020916932122e838"
|
checksum="780d57e50dd90afd586873bc5120261930ea4c309d4d0958020916932122e838"
|
||||||
depends="pygtk python gtk+ python-numpy python-cairo>=1.4 libpng lcms2 json-c"
|
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"
|
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
|
sed -i "s/'json'/'json-c'/g" brushlib/SConscript
|
||||||
}
|
}
|
||||||
function do_build {
|
do_build() {
|
||||||
scons
|
scons
|
||||||
}
|
}
|
||||||
function do_install {
|
do_install() {
|
||||||
scons prefix=${DESTDIR}/usr install
|
scons prefix=${DESTDIR}/usr install
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue