ssfs rev 78
Fix a few typo
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Jun 13 23:42:47 2011 +0200 (2011-06-13) |
parents | 80448ddb1333 |
children | ec6a511cd1e1 |
files | Makefile README ssfs-box |
line diff
1.1 --- a/Makefile Mon Jun 13 23:23:07 2011 +0200 1.2 +++ b/Makefile Mon Jun 13 23:42:47 2011 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 VERSION=1.0 1.5 LINGUAS?=fr 1.6 1.7 -all: msgmerge 1.8 +all: msgfmt 1.9 1.10 # i18n 1.11 1.12 @@ -46,6 +46,7 @@ 1.13 $(DESTDIR)/var/lib/$(PACKAGE) \ 1.14 $(DESTDIR)$(PREFIX)/share/applications \ 1.15 $(DESTDIR)$(PREFIX)/share/pixmaps \ 1.16 + $(DESTDIR)$(PREFIX)/share/locale \ 1.17 $(DESTDIR)$(PREFIX)/share/$(PACKAGE)/rootfs/bin 1.18 install -m 0755 $(PACKAGE)-sh $(DESTDIR)/bin 1.19 install -m 0755 $(PACKAGE) $(DESTDIR)$(PREFIX)/bin 1.20 @@ -58,5 +59,9 @@ 1.21 $(DESTDIR)$(PREFIX)/share/applications 1.22 install -m 0755 $(PACKAGE)-env \ 1.23 $(DESTDIR)$(PREFIX)/share/$(PACKAGE)/rootfs/bin 1.24 - #cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale 1.25 + cp -a po/mo/* $(DESTDIR)$(PREFIX)/share/locale 1.26 touch $(DESTDIR)/var/lib/$(PACKAGE)/vdisk.files 1.27 + 1.28 +clean: 1.29 + rm -rf po/mo 1.30 + rm -f po/*/*~
2.1 --- a/README Mon Jun 13 23:23:07 2011 +0200 2.2 +++ b/README Mon Jun 13 23:42:47 2011 +0200 2.3 @@ -223,10 +223,11 @@ 2.4 clone the ssfs Mercurial repository. As usual, closely follow the SliTaz light 2.5 philosophy with speed and security in mind: hg clone http://hg.slitaz.org/ssfs 2.6 2.7 -Install with 'make install' (DESTDIR is supported for packaging), update the POT 2.8 -file if any new strings have been added with 'make pot', and merger PO files with 2.9 -the command 'make msgmerge'. Any ideas are welcome and can be discussed. If you 2.10 -are searching for something to do you can have a look to the TODO file :-) 2.11 +Install with 'make && make install' (DESTDIR is supported for packaging), 2.12 +update the POT file if any new strings have been added with 'make pot', 2.13 +and merger PO files with the command 'make msgmerge'. Any ideas are welcome 2.14 +and can be discussed. If you are searching for something to do you can have a 2.15 +look to the TODO file :-) 2.16 2.17 Bugs can be reported on the SliTaz mailing list, forum or scn since the devel 2.18 forum is synced. All sites are linked from: http://www.slitaz.org/
3.1 --- a/ssfs-box Mon Jun 13 23:23:07 2011 +0200 3.2 +++ b/ssfs-box Mon Jun 13 23:42:47 2011 +0200 3.3 @@ -78,7 +78,7 @@ 3.4 "<b>Welcome to the Ssfs Setup</b>\n 3.5 Any account on a server yet ? You can vist www.slitaz.org 3.6 services or setup your own server in a few minutes!\n") 3.7 - yad --form --title="Ssfs GTK Setup" \ 3.8 + yad --form --title="Ssfs Setup" \ 3.9 --window-icon=$pixmap \ 3.10 --width=460 --height=200 --image-on-top \ 3.11 --text="$text" --image=$pixmap \