mypaint: add python-gobject dependencie (close #3215)

This commit is contained in:
Duncaen 2015-12-23 00:03:20 +01:00
parent aa81f60dce
commit 92e286e5d6

View file

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