wok diff gparted/receipt @ rev 18701

Up tazpkg(889)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Dec 16 12:18:23 2015 +0200 (2015-12-16)
parents 55544eebb5d6
children 0fb8ea2ee933
line diff
     1.1 --- a/gparted/receipt	Fri Aug 28 14:23:31 2015 +0200
     1.2 +++ b/gparted/receipt	Wed Dec 16 12:18:23 2015 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gparted"
     1.7 -VERSION="0.23.0"
     1.8 +VERSION="0.24.0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="GTK partition editor."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 @@ -21,7 +21,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17  	find . -name '*.h' -o -name '*.c*' | xargs sed -i 's|glibmm/i18n|glib/gi18n|'
    1.18  	# Remove the "-v" option from the swapon/off commands.  This will allow
    1.19  	# gparted to play nicely with busybox.
    1.20 @@ -51,5 +50,5 @@
    1.21  # Version 0.3.7 - Binary has moved to /usr/sbin
    1.22  post_install()
    1.23  {
    1.24 -	rm -f $root/usr/bin/gparted
    1.25 +	rm -f $root/usr/bin/gparted 2> /dev/null
    1.26  }