flameshot

这个提交存在于:
milisbir 2018-03-06 11:17:20 +02:00
父节点 a712627bad
当前提交 e19a26a9a1

查看文件

@ -27,7 +27,7 @@ derle() {
install -Dm644 "./docs/desktopEntry/package/flameshot-init.desktop" "${PKG}/usr/share/applications/flameshot-init.desktop" install -Dm644 "./docs/desktopEntry/package/flameshot-init.desktop" "${PKG}/usr/share/applications/flameshot-init.desktop"
install -Dm644 "./img/flameshot.png" "${PKG}/usr/share/icons/flameshot.png" install -Dm644 "./img/flameshot.png" "${PKG}/usr/share/icons/flameshot.png"
mkdir -p ${PKG}/usr/share/flameshot/translations mkdir -p ${PKG}/usr/share/flameshot/translations
install -Dm644 ./translation/*.qm ${PKG}/usr/share/flameshot/translations/ install -Dm644 ./translations/*.qm ${PKG}/usr/share/flameshot/translations/
/usr/lib/qt5/bin/lrelease $SRC/flame-Internationalization_tr.ts -qm ${PKG}/usr/share/flameshot/translations/Internationalization_tr.qm /usr/lib/qt5/bin/lrelease $SRC/flame-Internationalization_tr.ts -qm ${PKG}/usr/share/flameshot/translations/Internationalization_tr.qm
} }