flameshot
This commit is contained in:
parent
a712627bad
commit
e19a26a9a1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue