wok-next diff thunar/receipt @ rev 8033

Fixed typo in one of xorg-xcompmgr build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jan 20 01:26:55 2011 +0000 (2011-01-20)
parents 40741bb46d6f
children 0874004b631d
line diff
     1.1 --- a/thunar/receipt	Fri Jul 16 08:03:52 2010 +0200
     1.2 +++ b/thunar/receipt	Thu Jan 20 01:26:55 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="thunar"
     1.7 -VERSION="1.0.2"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Thnuar File Manager"
    1.11  MAINTAINER="erjo@slitaz.org"
    1.12 @@ -12,7 +12,7 @@
    1.13  SOURCE="Thunar"
    1.14  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15  WEB_SITE="http://www.xfce.org"
    1.16 -WGET_URL="http://www.tx-us.xfce.org/archive/xfce-4.6.2/src/$TARBALL"
    1.17 +WGET_URL="http://archive.xfce.org/xfce/4.8/src/$TARBALL"
    1.18  TAGS="file-manager file-browser"
    1.19  
    1.20  # Rules to configure and make the package.
    1.21 @@ -23,9 +23,9 @@
    1.22  		--sysconfdir=/etc \
    1.23  		--enable-dbus \
    1.24  		--enable-startup-notification \
    1.25 +		--enable-notifications \
    1.26 +		--enable-gudev \
    1.27  		--libexecdir=/usr/lib/$PACKAGE \
    1.28 -		--disable-gconf \
    1.29 -		--disable-gnome-thumbnailers \
    1.30  		--enable-debug=no && \
    1.31  	make && make DESTDIR=$PWD/_pkg install
    1.32  }
    1.33 @@ -36,24 +36,27 @@
    1.34  	
    1.35  	mkdir -p $fs/usr \
    1.36  		$fs/usr/share/locale \
    1.37 -		$fs/usr/lib/thunarx-1
    1.38 +		$fs/usr/lib/thunarx-2
    1.39  
    1.40  	cp -a $_pkg/etc $fs/
    1.41  	cp -a $_pkg/usr/bin $fs/usr
    1.42 -	cp -a $_pkg/usr/lib/$PACKAGE $fs/usr/lib
    1.43 +	
    1.44 +	cp -a $_pkg/usr/lib/Thunar $fs/usr/lib
    1.45 +	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.46 +	cp -a $_pkg/usr/lib/xfce4 $fs/usr/lib
    1.47 +	cp -a $_pkg/usr/lib/thunarx-2/*.so* $fs/usr/lib/thunarx-2
    1.48 +	
    1.49 +	
    1.50  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.51 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.52 -	cp -a $_pkg/usr/lib/thunarx-1/*.so* $fs/usr/lib/thunarx-1
    1.53  	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.54  	cp -a $_pkg/usr/share/dbus-1 $fs/usr/share
    1.55  	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.56  	cp -a $_pkg/usr/share/locale/fr $fs/usr/share/locale
    1.57  	cp -a $_pkg/usr/share/pixmaps $fs/usr/share
    1.58 -	cp -a $_pkg/usr/share/thumbnailers $fs/usr/share
    1.59  	cp -a $_pkg/usr/share/Thunar $fs/usr/share
    1.60  	cp -a $_pkg/usr/share/xfce4 $fs/usr/share
    1.61  	
    1.62  	# Strip all
    1.63 -	find $fs/usr/lib/thunar -exec strip -s {} 2> /dev/null \;
    1.64 +	find $fs/usr/lib -exec strip -s {} 2> /dev/null \;
    1.65  }
    1.66