wok diff sudoku-savant/receipt @ rev 1219
squirrelmail-vkeyboard: fix config path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sun Aug 10 07:49:10 2008 +0000 (2008-08-10) |
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 Sun Aug 10 07:49:10 2008 +0000 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