diff options
author | sL1pKn07 | 2022-11-01 19:03:37 +0100 |
---|---|---|
committer | sL1pKn07 | 2022-11-01 19:03:37 +0100 |
commit | d28e1945b61a86c92d0ff52395ec2a43587ba55a (patch) | |
tree | 44f26edac4a1d60b8740f196fe91ca9cdb5b32b9 /PKGBUILD | |
parent | b57bb1eee3592ede0fb221e4af8746fe747d1f87 (diff) | |
download | aur-mkv-extractor-qt-git.tar.gz |
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -62,14 +62,18 @@ package() { install -Dm644 CodecListFile.py "${pkgdir}/usr/share/${pkgname}/CodecListFile.py" install -Dm755 MKVExtractorQt5.py "${pkgdir}/usr/share/${pkgname}/MKVExtractorQt5.py" install -Dm644 Languages/MKVExtractorQt5_cs_CZ.qm "${pkgdir}/usr/share/${pkgname}/Languages/Languages/MKVExtractorQt5_cs_CZ.qm" + install -Dm644 Languages/MKVExtractorQt5_en_US.qm "${pkgdir}/usr/share/${pkgname}/Languages/MKVExtractorQt5_fr_US.qm" install -Dm644 Languages/MKVExtractorQt5_fr_FR.qm "${pkgdir}/usr/share/${pkgname}/Languages/MKVExtractorQt5_fr_FR.qm" install -Dm644 Languages/MKVExtractorQt5_es_ES.qm "${pkgdir}/usr/share/${pkgname}/Languages/MKVExtractorQt5_es_ES.qm" + install -Dm644 Languages/MKVExtractorQt5_tr_TR.qm "${pkgdir}/usr/share/${pkgname}/Languages/MKVExtractorQt5_tr_TR.qm" install -Dm644 MKVRessources_rc.py "${pkgdir}/usr/share/${pkgname}/MKVRessources_rc.py" install -Dm644 ui_MKVExtractorQt5.py "${pkgdir}/usr/share/${pkgname}/ui_MKVExtractorQt5.py" install -Dm644 QFileDialogCustom/QFileDialogCustom.py "${pkgdir}/usr/share/${pkgname}/QFileDialogCustom/QFileDialogCustom.py" install -Dm644 QFileDialogCustom/QFileDialogCustom_cs_CZ.qm "${pkgdir}/usr/share/${pkgname}/QFileDialogCustom/QFileDialogCustom_cs_CZ.qm" + install -Dm644 QFileDialogCustom/QFileDialogCustom_en_US.qm "${pkgdir}/usr/share/${pkgname}/QFileDialogCustom/QFileDialogCustom_en_US.qm" install -Dm644 QFileDialogCustom/QFileDialogCustom_fr_FR.qm "${pkgdir}/usr/share/${pkgname}/QFileDialogCustom/QFileDialogCustom_fr_FR.qm" install -Dm644 QFileDialogCustom/QFileDialogCustom_es_ES.qm "${pkgdir}/usr/share/${pkgname}/QFileDialogCustom/QFileDialogCustom_es_ES.qm" + install -Dm644 QFileDialogCustom/QFileDialogCustom_tr_TR.qm "${pkgdir}/usr/share/${pkgname}/QFileDialogCustom/QFileDialogCustom_tr_TR.qm" install -Dm644 WhatsUp/WhatsUp.py "${pkgdir}/usr/share/${pkgname}/WhatsUp/WhatsUp.py" install -Dm644 mkv-extractor-qt5.desktop "${pkgdir}/usr/share/applications/mkv-extractor-qt5.desktop" |