head 1.2; access; symbols pkgsrc-2026Q1:1.2.0.26 pkgsrc-2026Q1-base:1.2 pkgsrc-2025Q4:1.2.0.24 pkgsrc-2025Q4-base:1.2 pkgsrc-2025Q3:1.2.0.22 pkgsrc-2025Q3-base:1.2 pkgsrc-2025Q2:1.2.0.20 pkgsrc-2025Q2-base:1.2 pkgsrc-2025Q1:1.2.0.18 pkgsrc-2025Q1-base:1.2 pkgsrc-2024Q4:1.2.0.16 pkgsrc-2024Q4-base:1.2 pkgsrc-2024Q3:1.2.0.14 pkgsrc-2024Q3-base:1.2 pkgsrc-2024Q2:1.2.0.12 pkgsrc-2024Q2-base:1.2 pkgsrc-2024Q1:1.2.0.10 pkgsrc-2024Q1-base:1.2 pkgsrc-2023Q4:1.2.0.8 pkgsrc-2023Q4-base:1.2 pkgsrc-2023Q3:1.2.0.6 pkgsrc-2023Q3-base:1.2 pkgsrc-2023Q2:1.2.0.4 pkgsrc-2023Q2-base:1.2 pkgsrc-2023Q1:1.2.0.2 pkgsrc-2023Q1-base:1.2 pkgsrc-2022Q4:1.1.0.28 pkgsrc-2022Q4-base:1.1 pkgsrc-2022Q3:1.1.0.26 pkgsrc-2022Q3-base:1.1 pkgsrc-2022Q2:1.1.0.24 pkgsrc-2022Q2-base:1.1 pkgsrc-2022Q1:1.1.0.22 pkgsrc-2022Q1-base:1.1 pkgsrc-2021Q4:1.1.0.20 pkgsrc-2021Q4-base:1.1 pkgsrc-2021Q3:1.1.0.18 pkgsrc-2021Q3-base:1.1 pkgsrc-2021Q2:1.1.0.16 pkgsrc-2021Q2-base:1.1 pkgsrc-2021Q1:1.1.0.14 pkgsrc-2021Q1-base:1.1 pkgsrc-2020Q4:1.1.0.12 pkgsrc-2020Q4-base:1.1 pkgsrc-2020Q3:1.1.0.10 pkgsrc-2020Q3-base:1.1 pkgsrc-2020Q2:1.1.0.8 pkgsrc-2020Q2-base:1.1 pkgsrc-2020Q1:1.1.0.4 pkgsrc-2020Q1-base:1.1 pkgsrc-2019Q4:1.1.0.6 pkgsrc-2019Q4-base:1.1 pkgsrc-2019Q3:1.1.0.2 pkgsrc-2019Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2023.01.16.19.45.27; author schmonz; state Exp; branches; next 1.1; commitid uiNsG9ZlVObeQN9E; 1.1 date 2019.07.11.04.51.14; author schmonz; state Exp; branches; next ; commitid ykRTvRvQdechcAuB; desc @@ 1.2 log @Update to 3.23.4 (from 3.22.2). From the changelog: - fix F9 listing user lesson files - toneincontext: let the user compare and practise when answering wrong - toneincontext: remove Give up button - port exporting exercises to audio files and creating ear training test printouts to python3/gtk3 - download ALSA: reload moved to importlib - toneincontext: select between number and solfa buttons - toneincontext in minor: ask for correct tones - toneincontext: clear flashbar after we give up - toneincontext: statistics for x last question - .solfegerc: sort sections and variable on save - toneincontext: let the user set the tempo - Fix bug #48079: label for interval accels - Bug fixes to ExceptionDialog - More python3 fixes, encoding - Removed deprecated modules: chord and harmonicprogressiondictation - Bugfix: search:modulename - Handle lesson files where the module is not found - idproperty: define horiz and vertic. They were missing - uuid.py: removed. We don't use it any more - Flashbar: bug in display caused warnings - Removed support for some very old (8 years) file locations - Tweaks and fixes to the exercise view - TracebackWindows: added Clear button - import of user exercise modules now works - Ctrl-F in search view should scroll to top and grab focus - Some changes from deprecated to new gtk api - Added --run-lessonfile command line option - Added Track.__add__ - Bugfix to lesson file header default value handling - Front page editor bugfixes - Modernize toneincontext module. Not finished yet. - Port to Python 3 @ text @$NetBSD: patch-po_Makefile,v 1.1 2019/07/11 04:51:14 schmonz Exp $ Respect PKGLOCALEDIR. --- po/Makefile.orig 2016-06-24 20:18:29.000000000 +0000 +++ po/Makefile @@@@ -41,8 +41,8 @@@@ run-from-srcdir: $(MOFILES) install-po: for lang in $(POLANGUAGES); do \ - mkdir -p $(DESTDIR)/$(datadir)/locale/$$lang/LC_MESSAGES; \ - $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)/$(datadir)/locale/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ + mkdir -p $(DESTDIR)${localedir}/$$lang/LC_MESSAGES; \ + $(INSTALL_DATA) po/$$lang.mo $(DESTDIR)${localedir}/$$lang/LC_MESSAGES/$(PACKAGE).mo; \ done uninstall-po: @ 1.1 log @Modernize patch filenames. @ text @d1 1 a1 1 $NetBSD$ d5 1 a5 1 --- po/Makefile.orig 2013-10-05 20:57:48.000000000 +0000 d7 2 a8 1 @@@@ -42,8 +42,8 @@@@ run-from-srcdir: $(MOFILES) a9 1 echo $(POLANGUAGES) @