wok annotate QtDesigner/receipt @ rev 14279
Add perl-ipc-run
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Apr 06 15:25:00 2013 +0200 (2013-04-06) |
parents | d4259b0646e1 |
children | 7bb096863642 |
rev | line source |
---|---|
allan316@1366 | 1 # SliTaz package receipt. |
allan316@1366 | 2 |
allan316@1366 | 3 PACKAGE="QtDesigner" |
monghitri@13992 | 4 VERSION="4.8.4" |
allan316@1366 | 5 CATEGORY="development" |
allan316@1366 | 6 SHORT_DESC="Qt Designer" |
allan316@1366 | 7 MAINTAINER="allan316@gmail.com" |
jozee@5369 | 8 DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtXml libQtDesigner libQtScript \ |
pascal@2421 | 9 expat fontconfig freetype glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \ |
pascal@2511 | 10 xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr xorg-libXrender zlib \ |
pascal@4997 | 11 libpng gcc-lib-base" |
monghitri@13992 | 12 WEB_SITE="http://qt-project.org/" |
jozee@5369 | 13 WANTED="qt4" |
jozee@4971 | 14 TAGS="qt" |
allan316@1366 | 15 |
allan316@1366 | 16 # Rules to gen a SliTaz package suitable for Tazpkg. |
allan316@1366 | 17 genpkg_rules() |
allan316@1366 | 18 { |
jozee@5369 | 19 mkdir -p $fs/usr/bin \ |
jozee@5369 | 20 $fs/usr/share/pixmaps \ |
jozee@5369 | 21 $fs/usr/share/applications |
slaxemulator@8666 | 22 |
allan316@1366 | 23 cp -a $_pkg/usr/bin/designer* $fs/usr/bin |
jozee@5369 | 24 cp -a $_pkg/usr/bin/linguist* $fs/usr/bin |
jozee@5369 | 25 cp -a $_pkg/usr/bin/assistant* $fs/usr/bin |
jozee@5369 | 26 |
jozee@5369 | 27 # add missing icons |
jozee@5369 | 28 cp -a $src/tools/assistant/tools/assistant/images/assistant.png $fs/usr/share/pixmaps |
jozee@5369 | 29 cp -a $src/tools/designer/src/designer/images/designer.png $fs/usr/share/pixmaps |
jozee@5369 | 30 cp -a $src/tools/linguist/linguist/images/icons/linguist-16-32.png $fs/usr/share/pixmaps |
jozee@5369 | 31 |
jozee@5369 | 32 # add .desktop files |
jozee@5369 | 33 cp -a stuff/* $fs/usr/share/applications |
allan316@1366 | 34 } |