pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/musescore musescore: add turkish translation to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6a75fa9613d2
branches:  trunk
changeset: 439259:6a75fa9613d2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Sep 15 11:44:08 2020 +0000

description:
musescore: add turkish translation to PLIST.

I assume this got added due to qt5-5.15.1, so depend on that version.

Bump PKGREVISION.

diffstat:

 audio/musescore/Makefile |  7 ++++---
 audio/musescore/PLIST    |  6 +++++-
 2 files changed, 9 insertions(+), 4 deletions(-)

diffs (71 lines):

diff -r f38ce02cfb5e -r 6a75fa9613d2 audio/musescore/Makefile
--- a/audio/musescore/Makefile  Tue Sep 15 11:00:14 2020 +0000
+++ b/audio/musescore/Makefile  Tue Sep 15 11:44:08 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2020/08/18 17:57:38 leot Exp $
+# $NetBSD: Makefile,v 1.13 2020/09/15 11:44:08 wiz Exp $
 
 DISTNAME=      musescore-3.5
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    audio
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=musescore/}
 GITHUB_PROJECT=        MuseScore
@@ -34,7 +34,7 @@
 pre-configure:
        ${MKDIR} ${WRKSRC}/bindir
 
-DEPENDS+=      qt5-qttranslations>=5.15.0:../../x11/qt5-qttranslations
+DEPENDS+=      qt5-qttranslations>=5.15.1:../../x11/qt5-qttranslations
 
 .include "options.mk"
 .include "../../audio/lame/buildlink3.mk"
@@ -42,6 +42,7 @@
 .include "../../audio/libvorbis/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
+BUILDLINK_API_DEPENDS.qt5-qtbase+=      qt5-qtbase>=5.15.1
 .include "../../x11/qt5-qtbase/buildlink3.mk"
 .include "../../x11/qt5-qtdeclarative/buildlink3.mk"
 .include "../../x11/qt5-qtquickcontrols2/buildlink3.mk"
diff -r f38ce02cfb5e -r 6a75fa9613d2 audio/musescore/PLIST
--- a/audio/musescore/PLIST     Tue Sep 15 11:00:14 2020 +0000
+++ b/audio/musescore/PLIST     Tue Sep 15 11:44:08 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/08/13 04:27:38 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/09/15 11:44:08 wiz Exp $
 bin/mscore
 bin/musescore
 man/man1/mscore.1
@@ -56,6 +56,7 @@
 share/mscore-${PKGVERSION}/locale/qt_sk.qm
 share/mscore-${PKGVERSION}/locale/qt_sl.qm
 share/mscore-${PKGVERSION}/locale/qt_sv.qm
+share/mscore-${PKGVERSION}/locale/qt_tr.qm
 share/mscore-${PKGVERSION}/locale/qt_uk.qm
 share/mscore-${PKGVERSION}/locale/qt_zh_CN.qm
 share/mscore-${PKGVERSION}/locale/qt_zh_TW.qm
@@ -79,6 +80,7 @@
 share/mscore-${PKGVERSION}/locale/qtbase_pl.qm
 share/mscore-${PKGVERSION}/locale/qtbase_ru.qm
 share/mscore-${PKGVERSION}/locale/qtbase_sk.qm
+share/mscore-${PKGVERSION}/locale/qtbase_tr.qm
 share/mscore-${PKGVERSION}/locale/qtbase_uk.qm
 share/mscore-${PKGVERSION}/locale/qtbase_zh_TW.qm
 share/mscore-${PKGVERSION}/locale/qtmultimedia_ar.qm
@@ -98,6 +100,7 @@
 share/mscore-${PKGVERSION}/locale/qtmultimedia_pl.qm
 share/mscore-${PKGVERSION}/locale/qtmultimedia_ru.qm
 share/mscore-${PKGVERSION}/locale/qtmultimedia_sk.qm
+share/mscore-${PKGVERSION}/locale/qtmultimedia_tr.qm
 share/mscore-${PKGVERSION}/locale/qtmultimedia_uk.qm
 share/mscore-${PKGVERSION}/locale/qtmultimedia_zh_TW.qm
 share/mscore-${PKGVERSION}/locale/qtscript_ar.qm
@@ -119,6 +122,7 @@
 share/mscore-${PKGVERSION}/locale/qtscript_pl.qm
 share/mscore-${PKGVERSION}/locale/qtscript_ru.qm
 share/mscore-${PKGVERSION}/locale/qtscript_sk.qm
+share/mscore-${PKGVERSION}/locale/qtscript_tr.qm
 share/mscore-${PKGVERSION}/locale/qtscript_uk.qm
 share/mscore-${PKGVERSION}/locale/qtxmlpatterns_bg.qm
 share/mscore-${PKGVERSION}/locale/qtxmlpatterns_ca.qm



Home | Main Index | Thread Index | Old Index