wok annotate qt-locale-cs/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents 7042a09beaeb
children cb67b4f8be05
rev   line source
al@16500 1 # SliTaz package receipt.
al@16500 2
al@16500 3 PACKAGE="qt-locale-cs"
psychomaniak@19568 4 VERSION="4.8.7"
al@19175 5 CATEGORY="localization"
al@16500 6 SHORT_DESC="Czech locale for Qt"
al@16500 7 MAINTAINER="al.bobylev@gmail.com"
al@16500 8 LICENSE="GPL3 LGPL2.1 FDL other"
al@16500 9 WEB_SITE="http://qt-project.org/"
al@16500 10 WANTED="qt4"
al@16500 11
al@16500 12 LOCALE="cs"
al@16500 13 BOOK=""
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 }