wok-6.x diff gnome-python-desktop/receipt @ rev 19775
Up python-magic (5.30)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Feb 21 15:55:36 2017 +0100 (2017-02-21) |
parents | 5286a067ac76 |
children | 86790a278e70 |
line diff
1.1 --- a/gnome-python-desktop/receipt Sun Aug 11 19:53:39 2013 +0000 1.2 +++ b/gnome-python-desktop/receipt Tue Feb 21 15:55:36 2017 +0100 1.3 @@ -11,13 +11,12 @@ 1.4 WGET_URL="http://ftp.gnome.org/pub/gnome/sources/$PACKAGE/${VERSION%.*}/$TARBALL" 1.5 1.6 DEPENDS="python GConf gnome-python gnome-keyring librsvg libwnck" 1.7 -BUILD_DEPENDS="python-dev GConf-dev gnome-python libgnome-keyring-dev gnome-keyring-dev \ 1.8 -librsvg-dev libwnck-dev pygtk-dev gnome-python-dev" 1.9 +BUILD_DEPENDS="python-dev GConf-dev gnome-python libgnome-keyring-dev \ 1.10 +gnome-keyring-dev librsvg-dev libwnck-dev pygtk-dev gnome-python-dev" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 { 1.15 - cd $src 1.16 ./waf configure --prefix=/usr \ 1.17 --enable-module "gnomekeyring,rsvg,wnck" && 1.18 ./waf build &&