mypaint: use pycompile_dirs.
This commit is contained in:
parent
b3069b022c
commit
fc28a49e72
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'mypaint'
|
# Template file for 'mypaint'
|
||||||
pkgname="mypaint"
|
pkgname="mypaint"
|
||||||
version="1.1.0"
|
version="1.1.0"
|
||||||
revision=3
|
revision=4
|
||||||
short_desc="Graphics application for digital painters"
|
short_desc="Graphics application for digital painters"
|
||||||
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
maintainer="Stefan Mühlinghaus <jazzman@alphabreed.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
@ -11,6 +11,7 @@ checksum="780d57e50dd90afd586873bc5120261930ea4c309d4d0958020916932122e838"
|
||||||
depends="pygtk python-numpy"
|
depends="pygtk python-numpy"
|
||||||
makedepends="libgomp-devel json-c-devel python-numpy-devel libglib-devel libpng-devel lcms2-devel gtk+-devel python-gobject2-devel"
|
makedepends="libgomp-devel json-c-devel python-numpy-devel libglib-devel libpng-devel lcms2-devel gtk+-devel python-gobject2-devel"
|
||||||
hostmakedepends="scons swig pkg-config"
|
hostmakedepends="scons swig pkg-config"
|
||||||
|
pycompile_dirs="/usr/share/mypaint"
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i "s/'json'/'json-c'/g" brushlib/SConscript
|
sed -i "s/'json'/'json-c'/g" brushlib/SConscript
|
||||||
|
|
Loading…
Reference in a new issue