wok diff wbar2/receipt @ rev 20167

Up smtube, smplayer (18.1.0)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Thu Jan 11 13:05:26 2018 +0100 (2018-01-11)
parents 6dd5b7ae0e11
children 6135577f4d08
line diff
     1.1 --- a/wbar2/receipt	Sun Mar 30 18:45:56 2014 +0000
     1.2 +++ b/wbar2/receipt	Thu Jan 11 13:05:26 2018 +0100
     1.3 @@ -4,7 +4,7 @@
     1.4  VERSION="2.3.4"
     1.5  CATEGORY="system-tools"
     1.6  SHORT_DESC="Quick launch bar."
     1.7 -MAINTAINER="gokhlayeh@slitaz.org"
     1.8 +MAINTAINER="pankso@slitaz.org"
     1.9  LICENSE="GPL3"
    1.10  SOURCE="wbar"
    1.11  TARBALL="$SOURCE-$VERSION.tgz"
    1.12 @@ -15,11 +15,11 @@
    1.13  HOST_ARCH="i486 arm"
    1.14  
    1.15  DEPENDS="ttf-dejavu imlib2 gtk+ libglade"
    1.16 -BUILD_DEPENDS="imlib2-dev file"
    1.17 +BUILD_DEPENDS="imlib2-dev gtk+-dev libglade-dev"
    1.18  
    1.19  # Handle cross compilation
    1.20  case "$ARCH" in
    1.21 -	i?86) BUILD_DEPENDS="$BUILD_DEPENDS gtk+-dev libglade-dev intltool" ;;
    1.22 +	i?86) BUILD_DEPENDS="$BUILD_DEPENDS intltool file" ;;
    1.23  	arm*) ARCH_ARGS="--disable-wbar-config" ;;
    1.24  esac
    1.25  
    1.26 @@ -29,7 +29,7 @@
    1.27  	./configure \
    1.28  		--exec-prefix=/usr \
    1.29  		--sysconfdir=/etc \
    1.30 -		$CONFIGURE_ARGS ${ARCH_ARGS} &&
    1.31 +		$CONFIGURE_ARGS &&
    1.32  	make && make install
    1.33  }
    1.34