wok diff gtk3-engine-unico/receipt @ rev 14940

Up: embryo-dev (1.7.8)
author Dominique Corbex <domcox@slitaz.org>
date Thu Aug 08 19:15:45 2013 +0200 (2013-08-08)
parents 66feb7f9e198
children 76b72f1ad63c
line diff
     1.1 --- a/gtk3-engine-unico/receipt	Thu Mar 21 16:18:40 2013 +0000
     1.2 +++ b/gtk3-engine-unico/receipt	Thu Aug 08 19:15:45 2013 +0200
     1.3 @@ -5,11 +5,12 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Unico GTK3 theme engine"
     1.6  MAINTAINER="al.bobylev@gmail.com"
     1.7 -LICENSE="GPL"
     1.8 +LICENSE="LGPL3"
     1.9  WEB_SITE="https://launchpad.net/unico"
    1.10  SOURCE="unico"
    1.11  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.12  WGET_URL="https://launchpad.net/unico/1.0/$VERSION/+download/$TARBALL"
    1.13 +TAGS="gtk3"
    1.14  
    1.15  DEPENDS="gtk+3"
    1.16  BUILD_DEPENDS="gtk+3-dev wget"
    1.17 @@ -18,7 +19,8 @@
    1.18  compile_rules()
    1.19  {
    1.20  	./configure \
    1.21 -		--enable-debug=no \
    1.22 +		--disable-static \
    1.23 +		--disable-debug \
    1.24  		$CONFIGURE_ARGS &&
    1.25  	make &&
    1.26  	make install