wok-current annotate qt-locale-ru/receipt @ rev 24748
cairo-gl: disabled trace
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Mar 16 15:28:37 2022 +0000 (2022-03-16) |
parents | 9cb6a23202c2 |
children |
rev | line source |
---|---|
al@16500 | 1 # SliTaz package receipt. |
al@16500 | 2 |
al@16500 | 3 PACKAGE="qt-locale-ru" |
psychomaniak@19568 | 4 VERSION="4.8.7" |
al@19175 | 5 CATEGORY="localization" |
al@16500 | 6 SHORT_DESC="Russian locale for Qt" |
al@16500 | 7 MAINTAINER="al.bobylev@gmail.com" |
al@16500 | 8 LICENSE="GPL3 LGPL2.1 FDL other" |
pascal@24746 | 9 WEB_SITE="https://qt-project.org/" |
al@16500 | 10 WANTED="qt4" |
al@16500 | 11 |
al@16500 | 12 LOCALE="ru" |
al@16500 | 13 BOOK="russian" |
al@16500 | 14 |
al@16500 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
al@16500 | 16 genpkg_rules() |
al@16500 | 17 { |
al@16500 | 18 usqt=/usr/share/qt/translations |
al@16500 | 19 mkdir -p $fs$usqt |
al@16500 | 20 |
al@16500 | 21 for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do |
al@16500 | 22 cp -a $install$usqt/${qm##*/} $fs$usqt |
al@16500 | 23 done |
al@16500 | 24 |
al@16500 | 25 if [ x$BOOK != x ]; then |
al@16500 | 26 usqp=/usr/share/qt/phrasebooks |
al@16500 | 27 mkdir -p $fs$usqp |
al@16500 | 28 cp -a $install$usqp/$BOOK.qph $fs$usqp |
al@16500 | 29 fi |
al@16500 | 30 } |