wok diff thunderbird/receipt @ rev 6952

Fixed a bug in gobject-introspection. Looks like /usr/lib/girepository-1.0 is needed gobject-introspection instead of the -dev package.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 25 22:01:57 2010 +0000 (2010-10-25)
parents 91f0a0a892ae
children 1fc6a2ed9274
line diff
     1.1 --- a/thunderbird/receipt	Wed Sep 29 19:30:13 2010 +0000
     1.2 +++ b/thunderbird/receipt	Mon Oct 25 22:01:57 2010 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="thunderbird"
     1.7 -VERSION="3.1.4"
     1.8 +VERSION="3.1.5"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Mozilla's Thunderbird email application."
    1.11  MAINTAINER="domcox@slitaz.org"
    1.12 @@ -59,3 +59,11 @@
    1.13  	mkdir -p $fs/usr/share/pixmaps
    1.14  	cp -a stuff/thunderbird-icon.png $fs/usr/share/pixmaps
    1.15  }
    1.16 +
    1.17 +clean_wok()
    1.18 +{
    1.19 +	rm -rf $WOK/$PACKAGE-*/taz
    1.20 +	rm -rf $WOK/$PACKAGE-*/process.log
    1.21 +}
    1.22 +
    1.23 +