wok rev 13985

xdg-utils: up to 1.1.0-rc1 , xdg-open support LXDE too
author ernia <monghitri@aruba.it>
date Fri Feb 08 22:07:00 2013 +0000 (2013-02-08)
parents 0ce92f0f1b66
children cfea6eaa0ada
files xdg-utils/receipt
line diff
     1.1 --- a/xdg-utils/receipt	Fri Feb 08 18:12:00 2013 +0000
     1.2 +++ b/xdg-utils/receipt	Fri Feb 08 22:07:00 2013 +0000
     1.3 @@ -1,12 +1,12 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xdg-utils"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="1.1.0-rc1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Assists desktop integration tasks."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12  DEPENDS=""
    1.13 -TARBALL="$PACKAGE-$VERSION.tgz"
    1.14 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.15  WEB_SITE="http://portland.freedesktop.org/wiki/"
    1.16  WGET_URL="http://portland.freedesktop.org/download/$TARBALL"
    1.17  
    1.18 @@ -14,14 +14,14 @@
    1.19  compile_rules()
    1.20  {
    1.21  	cd $src
    1.22 -    while read file; do
    1.23 -        [ -f done.$file ] && continue
    1.24 -        echo "Apply $file..."
    1.25 -        patch -p1 < $stuff/$file || return 1
    1.26 -        touch done.$file
    1.27 -    done <<EOT
    1.28 -xdg-open-chrome.patch
    1.29 -EOT
    1.30 +    #while read file; do
    1.31 +        #[ -f done.$file ] && continue
    1.32 +        #echo "Apply $file..."
    1.33 +        #patch -p1 < $stuff/$file || return 1
    1.34 +        #touch done.$file
    1.35 +    #done <<EOT
    1.36 +#xdg-open-chrome.patch
    1.37 +#EOT
    1.38  	./configure \
    1.39  		--prefix=/usr \
    1.40  		--infodir=/usr/share/info \