wok-6.x diff Qt5Designer/receipt @ rev 24448
firefox-official*: disable update by policy
author | Hans-G?nter Theisgen |
---|---|
date | Tue Feb 15 10:43:08 2022 +0100 (2022-02-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/Qt5Designer/receipt Tue Feb 15 10:43:08 2022 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="Qt5Designer" 1.7 +VERSION="5.14.2" 1.8 +CATEGORY="development" 1.9 +TAGS="qt" 1.10 +SHORT_DESC="Qt5 Designer." 1.11 +MAINTAINER="maintainer@slitaz.org" 1.12 +LICENSE="GPL3 LGPL3" 1.13 +WEB_SITE="https://www.qt.io/" 1.14 + 1.15 +DEPENDS="expat fontconfig freetype gcc83-lib-base glib libpng libQt5Core 1.16 + libQt5Designer libQt5Gui libQt5Network libQt5Script libQt5Svg 1.17 + libQt5Xml xorg-libICE xorg-libSM xorg-libX11 xorg-libXau 1.18 + xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr 1.19 + xorg-libXrender zlib" 1.20 +WANTED="qt5" 1.21 + 1.22 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.23 +genpkg_rules() 1.24 +{ 1.25 + mkdir -p $fs/usr/bin 1.26 + mkdir -p $fs/usr/share/pixmaps 1.27 + mkdir -p $fs/usr/share/applications 1.28 + 1.29 + cp -a $install/usr/bin/designer* $fs/usr/bin 1.30 + cp -a $install/usr/bin/linguist* $fs/usr/bin 1.31 + cp -a $install/usr/bin/assistant* $fs/usr/bin 1.32 + 1.33 + # add missing icons 1.34 + cp -a $src/qttools/src/assistant/assistant/images/assistant.png \ 1.35 + $fs/usr/share/pixmaps 1.36 + cp -a $src/qttools/src/designer/src/designer/images/designer.png \ 1.37 + $fs/usr/share/pixmaps 1.38 + cp -a $src/qttools/src/linguist/linguist/images/icons/linguist-16-32.png \ 1.39 + $fs/usr/share/pixmaps 1.40 + 1.41 + # add .desktop files 1.42 + cp -a stuff/* $fs/usr/share/applications 1.43 +}