wok diff gtkpod/receipt @ rev 4423

Add clutter (UI tool kit) with cairo and gtk bindings
author Christophe Lincoln <pankso@slitaz.org>
date Sun Oct 25 17:31:52 2009 +0100 (2009-10-25)
parents d74195d8e093
children da9438f1b67c
line diff
     1.1 --- a/gtkpod/receipt	Fri May 01 16:08:15 2009 +0000
     1.2 +++ b/gtkpod/receipt	Sun Oct 25 17:31:52 2009 +0100
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="multimedia"
     1.5  SHORT_DESC="platform independent GUI for Apple's iPod using GTK2"
     1.6  MAINTAINER="jozee@slitaz.org"
     1.7 -DEPENDS="libgpod libid3tag flac libvorbis curl libglade"
     1.8 +DEPENDS="libgpod libid3tag flac libvorbis curl libglade hal"
     1.9  BUILD_DEPENDS="flex libgpod-dev libid3tag-dev flac-dev libvorbis-dev curl curl-dev libglade-dev"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.gtkpod.org/"
    1.12 @@ -16,8 +16,8 @@
    1.13  {
    1.14  	cd $src
    1.15  	./configure --prefix=/usr &&
    1.16 -    make &&
    1.17 -    make DESTDIR=$PWD/_pkg install
    1.18 +	make &&
    1.19 +	make DESTDIR=$PWD/_pkg install
    1.20  }
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23 @@ -27,7 +27,8 @@
    1.24  	cp -a $_pkg/usr/bin $fs/usr
    1.25  	cp -a $_pkg/usr/share/$PACKAGE/data  $fs/usr/share/$PACKAGE 
    1.26  	cp -a $_pkg/usr/share/$PACKAGE/scripts  $fs/usr/share/$PACKAGE 
    1.27 -	cp -a $_pkg/usr/share/$PACKAGE/icons/hicolor/16x16 $fs/usr/share/$PACKAGE/icons/hicolor
    1.28 +	cp -a $_pkg/usr/share/$PACKAGE/icons/hicolor/16x16 \
    1.29 +		$fs/usr/share/$PACKAGE/icons/hicolor
    1.30  	cp $_pkg/usr/share/icons/hicolor/48x48/apps/gtkpod.png \
    1.31  		$fs/usr/share/pixmaps/gtkpod.png
    1.32  }