wok diff xfburn/receipt @ rev 15424

Up: thunderbird-langpack-pt_BR (17.0.9esr)
author Dominique Corbex <domcox@slitaz.org>
date Sun Nov 03 21:52:49 2013 +0100 (2013-11-03)
parents c8d75f301f10
children 4bcc8d00f1b4
line diff
     1.1 --- a/xfburn/receipt	Sun Nov 13 11:09:54 2011 +0000
     1.2 +++ b/xfburn/receipt	Sun Nov 03 21:52:49 2013 +0100
     1.3 @@ -5,6 +5,7 @@
     1.4  CATEGORY="utilities"
     1.5  SHORT_DESC="GTK+ based CD and DVD burning application"
     1.6  MAINTAINER="devl547@gmail.com"
     1.7 +LICENSE="GPL2"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9  WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
    1.10  WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.4/$TARBALL"
    1.11 @@ -16,6 +17,7 @@
    1.12  compile_rules()
    1.13  {
    1.14  	cd $src
    1.15 +	sed -i 's|glib.h>|&\n#include <glib-object.h>|' xfburn/xfburn-settings.h
    1.16  	./configure --prefix=/usr --sysconfdir=/etc \
    1.17  	--libexecdir=/usr/bin \
    1.18  	--disable-gstreamer \
    1.19 @@ -31,9 +33,9 @@
    1.20  genpkg_rules()
    1.21  {
    1.22  	mkdir -p $fs/usr/share
    1.23 -	cp -a $_pkg/usr/bin $fs/usr
    1.24 -	cp -a $_pkg/usr/share/applications $fs/usr/share
    1.25 -	cp -a $_pkg/usr/share/icons $fs/usr/share
    1.26 -	cp -a $_pkg/usr/share/xfburn $fs/usr/share
    1.27 +	cp -a $install/usr/bin $fs/usr
    1.28 +	cp -a $install/usr/share/applications $fs/usr/share
    1.29 +	cp -a $install/usr/share/icons $fs/usr/share
    1.30 +	cp -a $install/usr/share/xfburn $fs/usr/share
    1.31  }
    1.32