wok diff slitaz-tools-boxes/receipt @ rev 14617

Up libxcb (1.9.1), see http://www.x.org/wiki/Development/Security/Advisory-2013-05-23
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jun 01 15:41:58 2013 +0200 (2013-06-01)
parents 717938b0ed14
children 727f65a6191b
line diff
     1.1 --- a/slitaz-tools-boxes/receipt	Wed Nov 14 21:48:16 2012 +0100
     1.2 +++ b/slitaz-tools-boxes/receipt	Sat Jun 01 15:41:58 2013 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="slitaz-tools-boxes"
     1.7 -VERSION="5.1"
     1.8 +VERSION="5.3"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="All SliTaz GTKdialog boxes to command line tools."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -16,8 +16,8 @@
    1.13  compile_rules()
    1.14  {
    1.15      cd $src
    1.16 -    # Fix for 5.1
    1.17 -    sed -i s'/sv//' Makefile
    1.18 +    # Fix for 5.3
    1.19 +    sed -i s'/cp -a doc/# cp -a doc/' Makefile
    1.20      make && make DESTDIR=$DESTDIR install-boxes
    1.21  }
    1.22