mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
pygtk: sanitize deps, bumprev.
--HG-- extra : convert_revision : 7b008817873c477ff8de5ab131879294ad76da44
This commit is contained in:
parent
e1207afd7d
commit
58a4ec68ba
1 changed files with 24 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'pygtk'
|
# Template file for 'pygtk'
|
||||||
pkgname=pygtk
|
pkgname=pygtk
|
||||||
version=2.16.0
|
version=2.16.0
|
||||||
|
revision=1
|
||||||
distfiles="${GNOME_SITE}/$pkgname/2.16/$pkgname-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/$pkgname/2.16/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Python bindings for the GTK+ toolkit"
|
short_desc="Python bindings for the GTK+ toolkit"
|
||||||
|
@ -10,9 +11,29 @@ long_desc="
|
||||||
Pygtk is a set of Python bindings for the GTK+ toolkit."
|
Pygtk is a set of Python bindings for the GTK+ toolkit."
|
||||||
|
|
||||||
# XXX: missing python-numpy build dep
|
# XXX: missing python-numpy build dep
|
||||||
Add_dependency full libglade
|
Add_dependency run gtk+
|
||||||
Add_dependency full pygobject
|
Add_dependency run atk
|
||||||
Add_dependency full pycairo
|
Add_dependency run glib
|
||||||
|
Add_dependency run pango
|
||||||
|
Add_dependency run cairo
|
||||||
|
Add_dependency run freetype
|
||||||
|
Add_dependency run fontconfig
|
||||||
|
Add_dependency run glibc
|
||||||
|
Add_dependency run libglade
|
||||||
|
Add_dependency run libxml2
|
||||||
|
Add_dependency run python
|
||||||
|
Add_dependency build pkg-config
|
||||||
|
Add_dependency build python-devel
|
||||||
|
Add_dependency build gtk+-devel
|
||||||
|
Add_dependency build atk-devel
|
||||||
|
Add_dependency build glib-devel
|
||||||
|
Add_dependency build pango-devel
|
||||||
|
Add_dependency build cairo-devel
|
||||||
|
Add_dependency build freetype-devel
|
||||||
|
Add_dependency build fontconfig-devel
|
||||||
|
Add_dependency build glibc-devel
|
||||||
|
Add_dependency build libglade-devel
|
||||||
|
Add_dependency build libxml2-devel
|
||||||
|
|
||||||
post_install()
|
post_install()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue