wok diff conky/receipt @ rev 15528

conky: add wireless support
author Dominique Corbex <domcox@slitaz.org>
date Thu Nov 21 20:59:07 2013 +0100 (2013-11-21)
parents cda99a3fc250
children 0a06345642c3
line diff
     1.1 --- a/conky/receipt	Mon Aug 12 11:34:36 2013 +0000
     1.2 +++ b/conky/receipt	Thu Nov 21 20:59:07 2013 +0100
     1.3 @@ -13,10 +13,10 @@
     1.4  
     1.5  DEPENDS="expat fontconfig freetype glib xorg-libX11 xorg-libXau \
     1.6  xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes \
     1.7 -xorg-libXft xorg-libXrender zlib ncursesw"
     1.8 +xorg-libXft xorg-libXrender zlib ncursesw wireless_tools"
     1.9  BUILD_DEPENDS="$DEPENDS xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev \
    1.10  expat-dev glib glib-dev pkg-config zlib-dev freetype-dev xorg-xextproto \
    1.11 -xorg-damageproto xorg-fixesproto ncursesw-dev"
    1.12 +xorg-damageproto xorg-fixesproto ncursesw-dev wireless_tools-dev"
    1.13  
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16 @@ -25,6 +25,7 @@
    1.17  		--prefix=/usr \
    1.18  		--sysconfdir=/etc \
    1.19  		--mandir=/usr/share/man \
    1.20 +		--enable-wlan \
    1.21  		--disable-lua \
    1.22  		$CONFIGURE_ARGS &&
    1.23  	make &&
    1.24 @@ -34,7 +35,8 @@
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr $fs/etc/conky
    1.29 +	mkdir -p $fs/usr $fs/etc/conky $fs/etc/xdg/autostart
    1.30  	cp -a $install/usr/bin $fs/usr
    1.31  	cp -a $stuff/conky.conf $fs/etc/conky
    1.32 +	cp -a $stuff/conky.desktop $fs/etc/xdg/autostart
    1.33  }