wok annotate qt-locale-fr/receipt @ rev 25003
updated nspr and nspr-dev (4.25 -> 4.33)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 16 14:53:05 2022 +0100 (2022-05-16) |
parents | 9cb6a23202c2 |
children |
rev | line source |
---|---|
al@16500 | 1 # SliTaz package receipt. |
al@16500 | 2 |
al@16500 | 3 PACKAGE="qt-locale-fr" |
psychomaniak@19568 | 4 VERSION="4.8.7" |
al@19175 | 5 CATEGORY="localization" |
al@16500 | 6 SHORT_DESC="French 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="fr" |
al@16500 | 13 BOOK="french" |
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 } |