wok rev 18079

mate-panel: Update (b)deps
author Yuri Pourre <yuripourre@gmail.com>
date Fri May 22 17:40:44 2015 -0300 (2015-05-22)
parents 2d8f74e33da0
children 2446d512c1d5
files mate-panel/receipt
line diff
     1.1 --- a/mate-panel/receipt	Fri May 22 17:37:02 2015 -0300
     1.2 +++ b/mate-panel/receipt	Fri May 22 17:40:44 2015 -0300
     1.3 @@ -10,22 +10,22 @@
     1.4  WEB_SITE="http://www.mate-desktop.org/"
     1.5  WGET_URL="https://github.com/mate-desktop/$PACKAGE/archive/$TARBALL"
     1.6  
     1.7 -DEPENDS="gtk+ dconf caja"
     1.8 +DEPENDS="gtk+ dconf caja libmateweather"
     1.9  BUILD_DEPENDS="wget dconf-dev autoconf automake libtool itstool \
    1.10  gtk+-dev mate-common-dev mate-desktop-dev mate-menus-dev yelp-tools \
    1.11  harfbuzz-dev gtk-doc gobject-introspection-dev dbus-glib-dev \
    1.12  libcanberra-dev libwnck-dev librsvg-dev util-linux-uuid-dev \
    1.13 -libmateweather libsoup-dev"
    1.14 +libmateweather-dev libsoup-dev"
    1.15  
    1.16  # Rules to configure and make the package.
    1.17  compile_rules()
    1.18  {
    1.19  	./autogen.sh                   \
    1.20  		--prefix=/usr          \
    1.21 -		--sysconfdir=/etc \
    1.22 -		--localstatedir=/var \
    1.23 +		--sysconfdir=/etc      \
    1.24 +		--localstatedir=/var   \
    1.25  		--enable-introspection \
    1.26 -		--disable-static
    1.27 +		--disable-static       \
    1.28  		$CONFIGURE_ARGS &&
    1.29  	make &&
    1.30  	make DESTDIR=$DESTDIR install