wok diff gnome-python-desktop/receipt @ rev 19901

Up: sqlite (3.18.0)
author Alexander Medvedev <devl547@gmail.com>
date Sat Apr 08 21:42:14 2017 +0000 (2017-04-08)
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	Sat Apr 08 21:42:14 2017 +0000
     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 &&