wok diff xfburn/receipt @ rev 17157

syslinux: fix rockridge (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 15 23:31:45 2014 +0200 (2014-09-15)
parents 107ceec178fa
children d3eb5f4b53ea
line diff
     1.1 --- a/xfburn/receipt	Sat Sep 28 15:21:35 2013 +0000
     1.2 +++ b/xfburn/receipt	Mon Sep 15 23:31:45 2014 +0200
     1.3 @@ -1,17 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xfburn"
     1.7 -VERSION="0.4.3"
     1.8 +VERSION="0.5.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="GTK+ based CD and DVD burning application"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12  LICENSE="GPL2"
    1.13  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14  WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn"
    1.15 -WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.4/$TARBALL"
    1.16 +WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.5/$TARBALL"
    1.17  
    1.18 -DEPENDS="gtk+ libburn libexo libxfcegui4 libisofs"
    1.19 -BUILD_DEPENDS="intltool libburn-dev libexo-dev libxfcegui4-dev libisofs-dev"
    1.20 +DEPENDS="gtk+ libburn libexo libisofs libxfce4ui"
    1.21 +BUILD_DEPENDS="intltool libburn-dev libexo-dev libisofs-dev libxfce4ui-dev"
    1.22   
    1.23  # Rules to configure and make the package.
    1.24  compile_rules()
    1.25 @@ -38,4 +38,3 @@
    1.26  	cp -a $install/usr/share/icons $fs/usr/share
    1.27  	cp -a $install/usr/share/xfburn $fs/usr/share
    1.28  }
    1.29 -