demexp-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Demexp-dev] demexp 0.8.1


From: GISQUET Christophe
Subject: Re: [Demexp-dev] demexp 0.8.1
Date: Sat, 14 Oct 2006 03:10:27 +0200
User-agent: Thunderbird 1.5.0.7 (Windows/20060909)

Hello,

although it might have been worthwhile to reply separately to each mailing list, I leave the splitting of replies for later.

David MENTRE a écrit :
Hello/Bonjour,

demexp 0.8.1 is out / est sortie.

 http://www.linux-france.org/~dmentre/demexp/latest-src/demexp-0.8.1.tar.gz

Nouveautés :

 - traduction esperanto ;

 - mise à jour installeur Windows.

J'ai mis à jour l'installateur:
http://christophe.gisquet.free.fr/demexp/demexp-0.8.1.1.exe

MAIS:
1) Ma numérotation de version ne peut qu'être désordonnée:
- 0.8.1 a réellement besoin de mises à jour qui font que ça n'est plus une version 0.8.1 officielle
- je ne sais comment récupéré un tag (v0.8.1) spécifique avec hg pull
- j'ai fini par prendre la dernière version de travail

2) Comme dit dans le paragraphe précédent, la version installée est postérieure à la 0.8.1:
- cela inclut des développements récents
- cela incorpore les traductions sv et eo


What's new:

 * esperanto translation;

 * update of Windows installer.

I have updated the installer:
http://christophe.gisquet.free.fr/demexp/demexp-0.8.1.1.exe

BUT:
1) My versioning can only be messy:
- 0.8.1 really needs updates that makes it no longer 0.8.1
- hg pull -r v0.8.1 is unsupported, and in general I don't know how to checkout/pull a tag
- I resorted to do a hg pull hence ending in a post 0.8.1 version

2) According to the previous paragraph, the installed version is really post-0.8.1:
- it *includes* merge from ketty-chan work
- it has both eo and sv translations (not tested, though)

En pièce jointe, une mise à jour pour la dite version.

Best regards,
--
Christophe GISQUET
diff -r 67feb2c7de75 config/Makefile.inc
--- a/config/Makefile.inc       Fri Oct 13 23:14:36 2006 +0200
+++ b/config/Makefile.inc       Sat Oct 14 02:43:50 2006 +0200
@@ -643,7 +643,10 @@ installer: gtk2-clnt/demexp-gtk2-client
 installer: gtk2-clnt/demexp-gtk2-client
        @(cd win32 && \
           makensis /Olog.txt \
-                   /DCYGDLL="$(shell cygpath -w /bin/cygwin1.dll)" demexp.nsi 
)  \
+               /DCYGDLL="$(shell cygpath -w `which cygwin1.dll`)"           \
+               /DGLADEDLL="$(shell cygpath -w `which libglade-2.0-0.dll`)"  \
+               /DLIBXMLDLL="$(shell cygpath -w `which libxml2.dll`)"        \
+         demexp.nsi )                                                       \
           || (echo "Installer error, please check win32/log.txt"; exit 1)
        @echo "All done"
 endif
diff -r 67feb2c7de75 win32/demexp.nsi
--- a/win32/demexp.nsi  Fri Oct 13 23:14:36 2006 +0200
+++ b/win32/demexp.nsi  Sat Oct 14 02:45:19 2006 +0200
@@ -216,7 +216,11 @@ Section $(DEMEXP_TITLE) Sec_demexp
     File "${GLADEDLL}"

     File "${LIBXMLDLL}"

     SetOutPath "$INSTDIR\locale\fr\LC_MESSAGES"

-    File /oname=demexp.mo ..\po\fr.mo

+    File /oname=demexp.mo ..\po\fr.demexp.mo

+    SetOutPath "$INSTDIR\locale\eo\LC_MESSAGES"

+    File /oname=demexp.mo ..\po\eo.demexp.mo

+    SetOutPath "$INSTDIR\locale\sv\LC_MESSAGES"

+    File /oname=demexp.mo ..\po\sv.demexp.mo

     ; To force shortcut start folder

     SetOutPath "$INSTDIR"

 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]