> > <azmeuk> What is the proper way to get the scheme code of a command ? > <rshann> right click on the menu item and use Get Script > I mean, from the code, not from the GUI.
> <rshann> azmeuk, are you able to update the denemo.pot now? > I do it right now. 2013/6/10 Richard Shann <[email protected]> > Oh - I meant to say that I have downloaded and built and run this on > GNU/Linux using my dummy user, and it looks good. I am just downloading > the windows binary now. > > Richard > > > On Mon, 2013-06-10 at 17:21 +0100, Richard Shann wrote: > > On Sun, 2013-06-09 at 22:54 -0500, Jeremiah Benham wrote: > > > I have uploaded a tarball for sanity checking: > > > http://denemo.org/downloads/denemo-1.0.4.tar.gz > > > > great - though we aren't at the sanity-checking stage yet. There have > > been a lot of changes and we need a period of testing; meanwhile if I > > can get the translations added I will send off a new denemo.pot file to > > translationproject.org > > All being well we will get new translations over the next fortnight and > > can then install these on the 1.0.4 branch and generate the final > > tarball for sanity-checking. > > It looks like Eloi is busy right now, so I will have a go at generating > > the denemo.pot file myself. I think it is just a question of > > concatenating the file created by the extract_scheme step to the > > denemo.pot, but I'm sure Eloi intended that to happen by itself. > > > > Richard > > > > > > > > > > > > > I that to touch POTFILES.in go get make dist to succeed. > > > > > > > > > Jeremiah > > > > > > > > > > > > On Sun, Jun 9, 2013 at 9:44 AM, Jeremiah Benham > > > <[email protected]> wrote: > > > Ok. I will create a 1.0.4 branch and a tarball and start > > > creating the binaries. > > > > > > Jeremiah > > > > > > On Jun 8, 2013 12:29 PM, "Richard Shann" > > > <[email protected]> wrote: > > > > > > Jeremiah, > > > > > > I think I have sorted out how to avoid creating links > > > to Denemo's > > > lilypond on the desktop and start menu > > > In gub/nsis/denemo.nsi I commented out some lines as > > > follows > > > > > > in the start menu section I commented out these > > > > > > ;;CreateShortCut "$SMPROGRAMS\Denemo > > > \LilyPond.lnk" \ > > > ;;"$INSTDIR\usr\bin > > > \lilypond-windows.exe" "-dgui" \ > > > ;;"$INSTDIR\usr\bin > > > \lilypond-windows.exe" 0 SW_SHOWMINIMIZED > > > ;;CreateShortCut "$SMPROGRAMS\Denemo\LilyPond > > > Website.lnk" \ > > > ;;"http://lilypond.org/" "" \ > > > ;;"firefox.exe" 0 > > > ;;CreateShortCut "$SMPROGRAMS\Denemo\Music in > > > Mutopia.lnk" \ > > > ;;"http://www.mutopiaproject.org" "" \ > > > ;;"$INSTDIR\usr\bin > > > \lilypond-windows.exe" 1 > > > ;;CreateShortCut "$SMPROGRAMS\Denemo > > > \Examples.lnk" \ > > > ;;"$INSTDIR\usr\share\doc\lilypond > > > \input" "" \ > > > ;;"$INSTDIR\usr\bin > > > \lilypond-windows.exe" 1 > > > > > > and in the Desktop section I commented out these > > > > > > ;;CreateShortCut "$DESKTOP\LilyPond.lnk" \ > > > ;;"$INSTDIR\usr\bin > > > \lilypond-windows.exe" "-dgui" \ > > > ;;"$INSTDIR\usr\bin > > > \lilypond-windows.exe" 0 SW_SHOWMINIMIZED > > > > > > > > > and this seemed to work ok. I am not sure if the file > > > association with > > > the .ly extension is affected (or indeed if we may > > > need it inside > > > Denemo, though I think not). > > > > > > I attach my denemo.nsi file. The only other change I > > > have which you may > > > not have if you have not built for mingw recently is a > > > bump to the > > > version of libtool > > > > > > > > > > --- a/gub/specs/libtool.py > > > > +++ b/gub/specs/libtool.py > > > > @@ -5,7 +5,7 @@ from gub import target > > > > from gub import tools > > > > > > > > class Libtool (target.AutoBuild): > > > > - source = > > > ' > http://ftp.gnu.org/pub/gnu/libtool/libtool-2.2.6a.tar.gz' > > > > + source = > > > ' > http://ftp.gnu.org/pub/gnu/libtool/libtool-2.2.6b.tar.gz' > > > > > > > > > > > > > > Are you able to start the release process now? > > > > > > Richard > > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > > Denemo-devel mailing list > > > [email protected] > > > https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > > > > > > > > > > > > > > > > > _______________________________________________ > > Denemo-devel mailing list > > [email protected] > > https://lists.gnu.org/mailman/listinfo/denemo-devel > > > > _______________________________________________ > Denemo-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/denemo-devel > -- Éloi Rivard - [email protected] « On perd plus à être indécis qu'à se tromper. »
_______________________________________________ Denemo-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/denemo-devel
