wok-next diff gnome-python-desktop/receipt @ rev 18985
Add: Backgrounds created by the community. See: https://github.com/hackdorte/slitaz-community-backgrounds
author | Leonardo Laporte <hackdorte@sapo.pt> |
---|---|
date | Thu Mar 17 00:11:28 2016 -0300 (2016-03-17) |
parents | 5286a067ac76 |
children | 2e434c90efe5 |
line diff
1.1 --- a/gnome-python-desktop/receipt Sun Aug 11 19:53:39 2013 +0000 1.2 +++ b/gnome-python-desktop/receipt Thu Mar 17 00:11:28 2016 -0300 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 &&