wok diff gparted/receipt @ rev 13533

Added: gucharmap (GNOME Character Map), gucharmap-i18n (lang files); itstool (dependence for gucharmap); ubuntu-font-family
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Oct 23 11:11:41 2012 +0200 (2012-10-23)
parents 1d121115376c
children 6b57132cfe94
line diff
     1.1 --- a/gparted/receipt	Fri Oct 12 23:46:05 2012 +0200
     1.2 +++ b/gparted/receipt	Tue Oct 23 11:11:41 2012 +0200
     1.3 @@ -22,6 +22,10 @@
     1.4  {
     1.5  	cd $src
     1.6  	find . -name '*.h' -o -name '*.c*' | xargs sed -i 's|glibmm/i18n|glib/gi18n|'
     1.7 +	# Remove the "-v" option from the swapon/off commands.  This will allow
     1.8 +	# gparted to play nicely with busybox.
     1.9 +	sed -i 's/swapoff -v/swapoff/' src/Win_GParted.cc
    1.10 +	sed -i 's/swapon -v/swapon/' src/Win_GParted.cc
    1.11  	./configure \
    1.12  		--prefix=/usr \
    1.13  		--disable-scrollkeeper \