wok rev 16202
Up: xfburn (0.5.0)
author | Alexander Medvedev <devl547@gmail.com> |
---|---|
date | Sun Mar 30 21:47:17 2014 +0000 (2014-03-30) |
parents | 6dc104fddf08 |
children | d3446b644489 |
files | xfburn/receipt |
line diff
1.1 --- a/xfburn/receipt Sun Mar 30 21:46:56 2014 +0000 1.2 +++ b/xfburn/receipt Sun Mar 30 21:47:17 2014 +0000 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 -