mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
pygobject: py3gobject pkg depends on pycairo.
This commit is contained in:
parent
53058fbf5a
commit
38661e4381
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pygobject'
|
||||
pkgname=pygobject
|
||||
version=3.10.0
|
||||
revision=2
|
||||
revision=3
|
||||
hostmakedepends="which pkg-config gobject-introspection>=1.38"
|
||||
makedepends="py2cairo-devel>=1.10.0_2 pycairo-devel>=1.10.0_3 libglib-devel"
|
||||
short_desc="Python bindings for GObject"
|
||||
|
@ -45,6 +45,7 @@ do_install() {
|
|||
|
||||
py3gobject_package() {
|
||||
short_desc="Python3 bindings for GObject"
|
||||
depends="pycairo>=1.10.0_2"
|
||||
pkg_install() {
|
||||
vmkdir usr/lib
|
||||
mv ${DESTDIR}/python3/usr/lib/*.so* ${PKGDESTDIR}/usr/lib
|
||||
|
|
Loading…
Add table
Reference in a new issue