4 pkgdesc="Python 3 bindings for GObject and development files"
6 url="https://live.gnome.org/PyGObject"
8 makedepends=('python' 'python-cairo' 'gobject-introspection')
9 provides=('python-gobject' 'pygobject-devel')
10 conflicts=('python-gobject' 'pygobject-devel')
12 url="https://live.gnome.org/PyGObject"
14 _gitroot="git://git.gnome.org/pygobject"
20 msg "Connecting to GIT server...."
22 if [ -d $_gitname ] ; then
23 cd $_gitname && git pull origin
24 msg "The local files are updated."
26 git clone $_gitroot $_gitname
29 msg "GIT checkout done or server timeout"
30 msg "Starting make..."
33 ./autogen.sh --prefix=/usr
39 pkgdesc="Python 3 bindings for GObject"
40 depends=('python' 'gobject-introspection' 'python-cairo')
42 cd "${srcdir}/${pkgbase}"
43 make DESTDIR="${pkgdir}" install