mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
mypaint: add python-gobject dependencie (close #3215)
This commit is contained in:
parent
aa81f60dce
commit
92e286e5d6
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'mypaint'
|
# Template file for 'mypaint'
|
||||||
pkgname=mypaint
|
pkgname=mypaint
|
||||||
version=1.2.0
|
version=1.2.0
|
||||||
revision=1
|
revision=2
|
||||||
hostmakedepends="unzip scons swig pkg-config"
|
hostmakedepends="unzip scons swig pkg-config"
|
||||||
makedepends="libgomp-devel json-c-devel python-numpy libglib-devel libpng-devel
|
makedepends="libgomp-devel json-c-devel python-numpy libglib-devel libpng-devel
|
||||||
lcms2-devel gtk+3-devel python-gobject-devel"
|
lcms2-devel gtk+3-devel python-gobject-devel"
|
||||||
depends="pygtk python-numpy"
|
depends="pygtk python-numpy python-gobject"
|
||||||
pycompile_dirs="/usr/share/mypaint"
|
pycompile_dirs="/usr/share/mypaint"
|
||||||
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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue