# HG changeset patch # User Alexander Medvedev # Date 1396216037 0 # Node ID 4bcc8d00f1b4c18f592e41914a6332810084ba93 # Parent 6dc104fddf0827d1132cbf93b79483172f118467 Up: xfburn (0.5.0) diff -r 6dc104fddf08 -r 4bcc8d00f1b4 xfburn/receipt --- a/xfburn/receipt Sun Mar 30 21:46:56 2014 +0000 +++ b/xfburn/receipt Sun Mar 30 21:47:17 2014 +0000 @@ -1,17 +1,17 @@ # SliTaz package receipt. PACKAGE="xfburn" -VERSION="0.4.3" +VERSION="0.5.0" CATEGORY="utilities" SHORT_DESC="GTK+ based CD and DVD burning application" MAINTAINER="devl547@gmail.com" LICENSE="GPL2" TARBALL="$PACKAGE-$VERSION.tar.bz2" WEB_SITE="http://goodies.xfce.org/projects/applications/xfburn" -WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.4/$TARBALL" +WGET_URL="http://archive.xfce.org/src/apps/xfburn/0.5/$TARBALL" -DEPENDS="gtk+ libburn libexo libxfcegui4 libisofs" -BUILD_DEPENDS="intltool libburn-dev libexo-dev libxfcegui4-dev libisofs-dev" +DEPENDS="gtk+ libburn libexo libisofs libxfce4ui" +BUILD_DEPENDS="intltool libburn-dev libexo-dev libisofs-dev libxfce4ui-dev" # Rules to configure and make the package. compile_rules() @@ -38,4 +38,3 @@ cp -a $install/usr/share/icons $fs/usr/share cp -a $install/usr/share/xfburn $fs/usr/share } -