wok rev 11568

gtklp: no batch mode for gettextize
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Dec 25 16:26:10 2011 +0100 (2011-12-25)
parents c5f0eed06fa9
children 3c74096d0643
files gtklp/receipt matchbox-window-manager-2/receipt
line diff
     1.1 --- a/gtklp/receipt	Sun Dec 25 15:19:28 2011 +0100
     1.2 +++ b/gtklp/receipt	Sun Dec 25 16:26:10 2011 +0100
     1.3 @@ -18,6 +18,7 @@
     1.4  
     1.5  compile_rules() {
     1.6    cd $src
     1.7 +  sed -i 's/^gettextize .*/autopoint -f/' autogen.sh
     1.8    chmod +x autogen.sh 
     1.9    ./autogen.sh 
    1.10    ./configure --prefix=/usr &&
     2.1 --- a/matchbox-window-manager-2/receipt	Sun Dec 25 15:19:28 2011 +0100
     2.2 +++ b/matchbox-window-manager-2/receipt	Sun Dec 25 16:26:10 2011 +0100
     2.3 @@ -11,7 +11,7 @@
     2.4  BRANCH="$VERSION"
     2.5  
     2.6  DEPENDS="gtk+"
     2.7 -BUILD_DEPENDS="gtk+-dev subversion"
     2.8 +BUILD_DEPENDS="gtk+-dev subversion libffi"
     2.9  
    2.10  # Rules to configure and make the package.
    2.11  compile_rules()