wok view qterminal-lang/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="qterminal-lang"
4 VERSION="0.6.0"
5 CATEGORY="system-tools"
6 TAGS="terminal"
7 SHORT_DESC="A Qt based terminal - localised messages."
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://github.com/lxqt/qterminal"
12 WANTED="qterminal"
14 HOST_ARCH="any"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 mkdir -p $fs/usr/share/qterminal/translations
21 # Copy all message files
22 cp $install/usr/share/qterminal/translations/qterminal_??.qm \
23 $fs/usr/share/qterminal/translations
24 }