wok diff sudoku-savant/receipt @ rev 2322

tazusb: use main mirror
author Christophe Lincoln <pankso@slitaz.org>
date Fri Feb 27 22:59:59 2009 +0100 (2009-02-27)
parents 4c46b6f38765
children 8c4a70e18847
line diff
     1.1 --- a/sudoku-savant/receipt	Fri May 02 14:33:16 2008 +0200
     1.2 +++ b/sudoku-savant/receipt	Fri Feb 27 22:59:59 2009 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="sudoku-savant"
     1.7 -VERSION="1.2"
     1.8 +VERSION="1.2.1"
     1.9  CATEGORY="games"
    1.10  SHORT_DESC="Sudoku games/generator using GTK."
    1.11  BUILD_DEPENDS="gtk+-dev"
    1.12 @@ -28,5 +28,9 @@
    1.13  {
    1.14  	mkdir -p $fs/usr
    1.15  	cp -a $_pkg/usr/bin $fs/usr
    1.16 +	# Temporary copy translation (sended to author, will propably 
    1.17 +	# be include in the next release).
    1.18 +	mkdir -p $fs/usr/share/locale/fr/LC_MESSAGES
    1.19 +	cp stuff/*.mo $fs/usr/share/locale/fr/LC_MESSAGES
    1.20  }
    1.21