wok-next rev 19953

qt4: reveipt v2
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 16 15:34:21 2017 +0200 (2017-10-16)
parents 6c12ac1293fc
children 9744f36fd101
files Qt4-dev/receipt QtDesigner/receipt QtDesigner/stuff/qtassistant.desktop QtDesigner/stuff/qtdesigner.desktop QtDesigner/stuff/qtlinguist.desktop conky/receipt libQt3Support/receipt libQtClucene/receipt libQtCore/receipt libQtDBus/receipt libQtDeclarative/receipt libQtDesigner/receipt libQtGui/receipt libQtGui/stuff/Trolltech.conf libQtHelp/receipt libQtMultimedia/receipt libQtNetwork/receipt libQtOpenGL/receipt libQtPlugins/receipt libQtScript/receipt libQtScriptTools/receipt libQtSql/receipt libQtSvg/receipt libQtTest/receipt libQtWebkit-video/receipt libQtXml/receipt openconnect/receipt qmake/receipt qt-locale-cs/receipt qt-locale-da/receipt qt-locale-de/receipt qt-locale-es/receipt qt-locale-fr/receipt qt-locale-hu/receipt qt-locale-pl/receipt qt-locale-pt/receipt qt-locale-ru/receipt qt-locale-sl/receipt qt-locale-sv/receipt qt-locale-uk/receipt qt-locale-zh_CN/receipt qt-locale-zh_TW/receipt qt4-phonon/receipt qt4/receipt qt4/stuff/Trolltech.conf qt4/stuff/qtassistant.desktop qt4/stuff/qtconfig.desktop qt4/stuff/qtdesigner.desktop qt4/stuff/qtlinguist.desktop qtconfig-phonon/receipt qtconfig-phonon/stuff/qtconfig.desktop
line diff
     1.1 --- a/Qt4-dev/receipt	Mon Oct 16 13:38:21 2017 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,46 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="Qt4-dev"
     1.7 -VERSION="4.8.6"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="qt x11 toolkit"
    1.10 -MAINTAINER="allan316@gmail.com"
    1.11 -LICENSE="GPL3 LGPL2.1"
    1.12 -SUGGESTED="libmng nvidia"
    1.13 -WEB_SITE="http://qt-project.org/"
    1.14 -WANTED="qt4"
    1.15 -
    1.16 -DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \
    1.17 -freetds libmysqlclient libpostgresqlclient libunixODBC xcb-util \
    1.18 -libQt3Support libQtClucene libQtPlugins libQtDBus libQtHelp libQtOpenGL \
    1.19 -libQtScript libQtSql libQtScriptTools libQtWebkit libQtTest \
    1.20 -qtconfig gcc-lib-base"
    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/lib $fs/usr/include/private
    1.26 -	cp -a $install/usr/include $fs/usr
    1.27 -	cp -a $install/usr/lib/pkgconfig  $fs/usr/lib
    1.28 -	cp -a $install/usr/lib/*.*a  $fs/usr/lib/	
    1.29 -	cp -a $install/usr/lib/*.prl  $fs/usr/lib/	
    1.30 -	cp -a $install/usr/share  $fs/usr	
    1.31 -	cp -a $install/usr/lib/qt $fs/usr/lib
    1.32 -
    1.33 -	#private qt includes
    1.34 -	for i in $src/include/*/private/*; do cp $src/$(cat $i | sed 's/^#include "[./]*\([a-z].*\)"$/\1/') $fs/usr/include/private; done
    1.35 -	
    1.36 -	# all qt plugins are in libQtPlugins
    1.37 -	rm -rf $fs/usr/lib/qt/plugins
    1.38 -	# all bin and remove QT applications designer, qmake, assistant, linguist: provide seperate packages
    1.39 -	cp -a $install/usr/bin $fs/usr	
    1.40 -	rm $fs/usr/bin/qmake
    1.41 -	rm $fs/usr/bin/designer
    1.42 -	# Linguist and assistant are now part of QTDesigner packages
    1.43 -	rm $fs/usr/bin/linguist
    1.44 -	rm $fs/usr/bin/assistant
    1.45 -	# qtconfig packaged now in separate package
    1.46 -	rm $fs/usr/bin/qtconfig
    1.47 -	rm $fs/usr/share/qt/translations/qtconfig*.qm
    1.48 -}
    1.49 -
     2.1 --- a/QtDesigner/receipt	Mon Oct 16 13:38:21 2017 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,36 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="QtDesigner"
     2.7 -VERSION="4.8.6"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="Qt Designer"
    2.10 -MAINTAINER="allan316@gmail.com"
    2.11 -LICENSE="GPL3 LGPL2.1"
    2.12 -WEB_SITE="http://qt-project.org/"
    2.13 -WANTED="qt4"
    2.14 -TAGS="qt"
    2.15 -
    2.16 -DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtXml libQtDesigner libQtScript \
    2.17 -expat fontconfig freetype glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
    2.18 -xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr xorg-libXrender zlib \
    2.19 -libpng gcc-lib-base"
    2.20 -
    2.21 -# Rules to gen a SliTaz package suitable for Tazpkg.
    2.22 -genpkg_rules()
    2.23 -{
    2.24 -	mkdir -p $fs/usr/bin \
    2.25 -			 $fs/usr/share/pixmaps \
    2.26 -			 $fs/usr/share/applications
    2.27 -
    2.28 -	cp -a $install/usr/bin/designer* $fs/usr/bin
    2.29 -	cp -a $install/usr/bin/linguist* $fs/usr/bin
    2.30 -	cp -a $install/usr/bin/assistant* $fs/usr/bin
    2.31 -		
    2.32 -	# add missing icons
    2.33 -	cp -a $src/tools/assistant/tools/assistant/images/assistant.png $fs/usr/share/pixmaps
    2.34 -	cp -a $src/tools/designer/src/designer/images/designer.png $fs/usr/share/pixmaps
    2.35 -	cp -a $src/tools/linguist/linguist/images/icons/linguist-16-32.png  $fs/usr/share/pixmaps
    2.36 -	
    2.37 -	# add .desktop files
    2.38 -	cp -a stuff/*  $fs/usr/share/applications
    2.39 -}
     3.1 --- a/QtDesigner/stuff/qtassistant.desktop	Mon Oct 16 13:38:21 2017 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,36 +0,0 @@
     3.4 -[Desktop Entry]
     3.5 -Type=Application
     3.6 -Name=Qt Assistant
     3.7 -Name[bs]=Qt Asistent
     3.8 -Name[cs]=Qt asistent
     3.9 -Name[de]=Qt-Assistent
    3.10 -Name[el]=Βοηθός Qt
    3.11 -Name[es]=Asistente Qt
    3.12 -Name[pt]=Assistente do Qt
    3.13 -Name[pt_BR]=Assistente Qt
    3.14 -Name[ru]=Помощник Qt
    3.15 -Name[sl]=Pomočnik za Qt
    3.16 -Name[zh_CN]=Qt 助手
    3.17 -Name[zh_TW]=Qt 助理
    3.18 -GenericName=Qt Document Browser
    3.19 -GenericName[bs]=Preglednik QT dokumenata
    3.20 -GenericName[cs]=Prohlížeč dokumentace
    3.21 -GenericName[da]=Dokumentfremviser
    3.22 -GenericName[de]=Dokumentbrowser
    3.23 -GenericName[el]=Προβολέας εγγράφων
    3.24 -GenericName[es]=Navegador de documentos
    3.25 -GenericName[fr]=Explorateur de documentation Qt
    3.26 -GenericName[hu]=Dokumentumböngésző
    3.27 -GenericName[it]=Visualizzatore di documenti
    3.28 -GenericName[pt]=Navegador de Documentos
    3.29 -GenericName[pt_BR]=Navegador de Documentos
    3.30 -GenericName[ru]=Программа просмотра документов
    3.31 -GenericName[sl]=Pregledovalnik dokumentov
    3.32 -GenericName[sv]=Dokumentbläddrare
    3.33 -GenericName[zh_CN]=文档浏览器
    3.34 -GenericName[zh_TW]=文件閱讀器
    3.35 -Exec=/usr/bin/assistant
    3.36 -Icon=assistant
    3.37 -Terminal=false
    3.38 -Categories=Development;Documentation;
    3.39 -X-KDE-StartupNotify=true
     4.1 --- a/QtDesigner/stuff/qtdesigner.desktop	Mon Oct 16 13:38:21 2017 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,35 +0,0 @@
     4.4 -[Desktop Entry]
     4.5 -Type=Application
     4.6 -Name=Qt Designer
     4.7 -Name[cs]=Qt designer
     4.8 -Name[de]=Qt-Designer
     4.9 -Name[es]=Diseñador Qt
    4.10 -Name[it]=Designer Qt
    4.11 -Name[ru]=Qt Дизайнер
    4.12 -Name[sl]=Snovalnik Qt
    4.13 -Name[sv]=Qt designer
    4.14 -Name[zh_CN]=Qt 设计器
    4.15 -Name[zh_TW]=Qt 設計師
    4.16 -GenericName=Interface Designer
    4.17 -GenericName[bs]=Qt alat za dizajniranje interfejsa
    4.18 -GenericName[cs]=Návrhář rozhraní
    4.19 -GenericName[da]=Grænsefladedesigner
    4.20 -GenericName[de]=Schnittstellen-Designer
    4.21 -GenericName[el]=Σχεδιασμός Περιβάλλοντων
    4.22 -GenericName[es]=Diseñador de interfaces
    4.23 -GenericName[fr]=Concepteur d'interface
    4.24 -GenericName[hu]=grafikus felülettervező
    4.25 -GenericName[it]=Disegnatore di interfacce
    4.26 -GenericName[pt]=Editor de Interfaces
    4.27 -GenericName[pt_BR]=Criador da Interface
    4.28 -GenericName[ru]=Редактор интерфейса приложений Qt
    4.29 -GenericName[sl]=Snovalnik vmesnikov
    4.30 -GenericName[sv]=Gränssnittseditor
    4.31 -GenericName[zh_CN]=界面设计程序
    4.32 -GenericName[zh_TW]=界面設計師
    4.33 -Exec=/usr/bin/designer
    4.34 -Icon=designer
    4.35 -StartupNotify=false
    4.36 -Terminal=false
    4.37 -Categories=Development;
    4.38 -MimeType=application/x-designer;
     5.1 --- a/QtDesigner/stuff/qtlinguist.desktop	Mon Oct 16 13:38:21 2017 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,34 +0,0 @@
     5.4 -[Desktop Entry]
     5.5 -Type=Application
     5.6 -Name=Qt Linguist
     5.7 -Name[de]=Qt-Linguist
     5.8 -Name[es]=Lingüista Qt
     5.9 -Name[pt_BR]=Lingüista 
    5.10 -Name[ru]=Qt Лингвист
    5.11 -Name[sl]=Jezikoslovec Qt
    5.12 -Name[sv]=Qt linguist
    5.13 -Name[zh_CN]=Qt 语言家
    5.14 -Name[zh_TW]=Qt 語言學家
    5.15 -GenericName=Translation Tool
    5.16 -GenericName[bs]=Alat za prevođenje
    5.17 -GenericName[cs]=Překladatelský nástroj
    5.18 -GenericName[da]=Oversættelsesværktøj
    5.19 -GenericName[de]=Übersetzungsprogramm
    5.20 -GenericName[el]=Εργαλείο μεταφράσεων
    5.21 -GenericName[es]=Herramienta de traducción
    5.22 -GenericName[fr]=Outil de traduction
    5.23 -GenericName[hu]=Fordítássegítő
    5.24 -GenericName[it]=Strumento per le traduzioni
    5.25 -GenericName[pt]=Ferramenta de Tradução
    5.26 -GenericName[pt_BR]=Ferramenta de Tradução
    5.27 -GenericName[ru]=Переводчик для Qt
    5.28 -GenericName[sl]=Orodje za prevajanje
    5.29 -GenericName[sv]=Översättningsverktyg
    5.30 -GenericName[zh_CN]=翻译工具
    5.31 -GenericName[zh_TW]=翻譯工具
    5.32 -Exec=/usr/bin/linguist
    5.33 -Icon=linguist
    5.34 -Terminal=false
    5.35 -Categories=Development;
    5.36 -MimeType=application/x-linguist;
    5.37 -X-KDE-StartupNotify=true
     6.1 --- a/conky/receipt	Mon Oct 16 13:38:21 2017 +0200
     6.2 +++ b/conky/receipt	Mon Oct 16 15:34:21 2017 +0200
     6.3 @@ -18,12 +18,11 @@
     6.4  BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXft-dev fontconfig-dev \
     6.5  expat-dev glib glib-dev pkg-config zlib-dev freetype-dev xorg-xextproto \
     6.6  xorg-damageproto xorg-fixesproto ncurses-dev libxcb-dev wireless_tools-dev \
     6.7 -imlib2-dev lua-dev libtinfo"
     6.8 +imlib2-dev lua-dev"
     6.9  
    6.10  # Rules to configure and make the package.
    6.11  compile_rules()
    6.12  {
    6.13 -	export LDFLAGS="$LDFLAGS -ltinfo"
    6.14  	./configure \
    6.15  		--prefix=/usr \
    6.16  		--sysconfdir=/etc \
     7.1 --- a/libQt3Support/receipt	Mon Oct 16 13:38:21 2017 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,20 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="libQt3Support"
     7.7 -VERSION="4.8.6"
     7.8 -CATEGORY="development"
     7.9 -SHORT_DESC="Qt3 support Library"
    7.10 -MAINTAINER="allan316@gmail.com"
    7.11 -LICENSE="GPL3 LGPL2.1"
    7.12 -WEB_SITE="http://qt-project.org/"
    7.13 -WANTED="qt4"
    7.14 -
    7.15 -DEPENDS="libQtGui libQtSql libQtXml"
    7.16 -
    7.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.18 -genpkg_rules()
    7.19 -{
    7.20 -	mkdir -p $fs/usr/lib
    7.21 -	cp -a $install/usr/lib/libQt3Support.so* $fs/usr/lib
    7.22 -}
    7.23 -
     8.1 --- a/libQtClucene/receipt	Mon Oct 16 13:38:21 2017 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,20 +0,0 @@
     8.4 -# SliTaz package receipt.
     8.5 -
     8.6 -PACKAGE="libQtClucene"
     8.7 -VERSION="4.8.6"
     8.8 -CATEGORY="development"
     8.9 -SHORT_DESC="Qt clucene Library"
    8.10 -MAINTAINER="allan316@gmail.com"
    8.11 -LICENSE="GPL3 LGPL2.1"
    8.12 -WEB_SITE="http://qt-project.org"
    8.13 -WANTED="qt4"
    8.14 -
    8.15 -DEPENDS="libQtCore"
    8.16 -
    8.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    8.18 -genpkg_rules()
    8.19 -{
    8.20 -	mkdir -p $fs/usr/lib
    8.21 -	cp -a $install/usr/lib/libQtCLucene.so* $fs/usr/lib
    8.22 -}
    8.23 -
     9.1 --- a/libQtCore/receipt	Mon Oct 16 13:38:21 2017 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,20 +0,0 @@
     9.4 -# SliTaz package receipt.
     9.5 -
     9.6 -PACKAGE="libQtCore"
     9.7 -VERSION="4.8.6"
     9.8 -CATEGORY="development"
     9.9 -SHORT_DESC="Qt Core files"
    9.10 -MAINTAINER="allan316@gmail.com"
    9.11 -LICENSE="GPL3 LGPL2.1"
    9.12 -WEB_SITE="http://qt.nokia.com/"
    9.13 -WANTED="qt4"
    9.14 -
    9.15 -DEPENDS="glib zlib gcc-lib-base"
    9.16 -
    9.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
    9.18 -genpkg_rules()
    9.19 -{
    9.20 -	mkdir -p $fs/usr/lib
    9.21 -	cp -a $install/usr/lib/libQtCore.so* $fs/usr/lib
    9.22 -}
    9.23 -
    10.1 --- a/libQtDBus/receipt	Mon Oct 16 13:38:21 2017 +0200
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,21 +0,0 @@
    10.4 -# SliTaz package receipt.
    10.5 -
    10.6 -PACKAGE="libQtDBus"
    10.7 -VERSION="4.8.6"
    10.8 -CATEGORY="development"
    10.9 -SHORT_DESC="Qt Dbus Library"
   10.10 -MAINTAINER="allan316@gmail.com"
   10.11 -LICENSE="GPL3 LGPL2.1"
   10.12 -WEB_SITE="http://qt-project.org/"
   10.13 -WANTED="qt4"
   10.14 -
   10.15 -DEPENDS="libQtXml"
   10.16 -
   10.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   10.18 -genpkg_rules()
   10.19 -{
   10.20 -	mkdir -p $fs/usr/lib $fs/usr/bin
   10.21 -	cp -a $install/usr/lib/libQtDBus.so* $fs/usr/lib
   10.22 -	cp -a $install/usr/bin/qdbus $fs/usr/bin
   10.23 -}
   10.24 -
    11.1 --- a/libQtDeclarative/receipt	Mon Oct 16 13:38:21 2017 +0200
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,20 +0,0 @@
    11.4 -# SliTaz package receipt.
    11.5 -
    11.6 -PACKAGE="libQtDeclarative"
    11.7 -VERSION="4.8.6"
    11.8 -CATEGORY="development"
    11.9 -SHORT_DESC="Qt Declarative Library"
   11.10 -MAINTAINER="pascal.bellard@slitaz.org"
   11.11 -LICENSE="GPL3 LGPL2.1"
   11.12 -WEB_SITE="http://qt-project.org/"
   11.13 -WANTED="qt4"
   11.14 -
   11.15 -DEPENDS="libQtCore libQtNetwork libQtGui libQtXml libQtSql libQtSvg libQtScript"
   11.16 -
   11.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   11.18 -genpkg_rules()
   11.19 -{
   11.20 -	mkdir -p $fs/usr/lib
   11.21 -	cp -a $src/lib/libQtDeclarative.so* $fs/usr/lib
   11.22 -}
   11.23 -
    12.1 --- a/libQtDesigner/receipt	Mon Oct 16 13:38:21 2017 +0200
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,20 +0,0 @@
    12.4 -# SliTaz package receipt.
    12.5 -
    12.6 -PACKAGE="libQtDesigner"
    12.7 -VERSION="4.8.6"
    12.8 -CATEGORY="development"
    12.9 -SHORT_DESC="Qt Designer"
   12.10 -MAINTAINER="allan316@gmail.com"
   12.11 -LICENSE="GPL3 LGPL2.1"
   12.12 -WEB_SITE="http://qt-project.org/"
   12.13 -WANTED="qt4"
   12.14 -
   12.15 -DEPENDS="libQtCore libQtGui libQtScript libQtXml"
   12.16 -
   12.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   12.18 -genpkg_rules()
   12.19 -{
   12.20 -	mkdir -p $fs/usr/lib
   12.21 -	cp -a $install/usr/lib/libQtDesigner*.so* $fs/usr/lib
   12.22 -}
   12.23 -
    13.1 --- a/libQtGui/receipt	Mon Oct 16 13:38:21 2017 +0200
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,37 +0,0 @@
    13.4 -# SliTaz package receipt.
    13.5 -
    13.6 -PACKAGE="libQtGui"
    13.7 -VERSION="4.8.6"
    13.8 -CATEGORY="development"
    13.9 -SHORT_DESC="Qt Gui Library"
   13.10 -MAINTAINER="allan316@gmail.com"
   13.11 -LICENSE="GPL3 LGPL2.1"
   13.12 -WANTED="qt4"
   13.13 -
   13.14 -DEPENDS="libQtCore expat fontconfig freetype xorg-libICE xorg-libSM \
   13.15 -xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \
   13.16 -xorg-libXrender libpng"
   13.17 -WEB_SITE="http://qt-project.org/"
   13.18 -
   13.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   13.20 -genpkg_rules()
   13.21 -{
   13.22 -	mkdir -p $fs/usr/lib
   13.23 -	cp -a $install/usr/lib/libQtGui.so* $fs/usr/lib
   13.24 -	
   13.25 -	mkdir -p $fs/usr/lib/qt/plugins/imageformats
   13.26 -	cp -a $install/usr/lib/qt/plugins/imageformats/libqjpeg.so $fs/usr/lib/qt/plugins/imageformats
   13.27 -	cp -a $install/usr/lib/qt/plugins/imageformats/libqgif.so $fs/usr/lib/qt/plugins/imageformats
   13.28 -
   13.29 -	mkdir -p $fs/etc/skel/.config
   13.30 -	cp -a $stuff/Trolltech.conf $fs/etc/skel/.config
   13.31 -}
   13.32 -
   13.33 -post_install()
   13.34 -{
   13.35 -        for i in $(ls "$1/home" 2> /dev/null); do
   13.36 -                [ -f "$1/home/$i/.config/Trolltech.conf" ] && continue
   13.37 -                cp "$1/etc/skel/.config/Trolltech.conf" "$1/home/$i/.config"
   13.38 -                chroot "$1/" chown -R $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.config"
   13.39 -        done
   13.40 -}
    14.1 --- a/libQtGui/stuff/Trolltech.conf	Mon Oct 16 13:38:21 2017 +0200
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,8 +0,0 @@
    14.4 -[Qt]
    14.5 -font="Sans Serif,10,-1,5,50,0,0,0,0,0"
    14.6 -Palette\active=#000000, #eeedec, #ffffff, #f6f6f5, #777676, #9f9e9d, #000000, #ffffff, #000000, #ffffff, #f2ece6, #000000, #c85858, #ffffff, #0000ff, #ff00ff, #d7e9ca, #000000, #ffffdc, #000000
    14.7 -Palette\inactive=#000000, #eeedec, #ffffff, #ffffff, #777676, #9f9e9d, #000000, #ffffff, #000000, #ffffff, #f2ece6, #000000, #c85858, #ffffff, #0000ff, #ff00ff, #d7e9ca, #000000, #ffffdc, #000000
    14.8 -Palette\disabled=#808080, #eeedec, #ffffff, #ffffff, #777676, #9f9e9d, #808080, #ffffff, #808080, #ffffff, #f2ece6, #000000, #c85858, #808080, #0000ff, #ff00ff, #d7e9ca, #000000, #ffffdc, #000000
    14.9 -style=Cleanlooks
   14.10 -wheelScrollLines=1
   14.11 -GUIEffects=general, animatemenu, animatecombo, animatetooltip, animatetoolbox
    15.1 --- a/libQtHelp/receipt	Mon Oct 16 13:38:21 2017 +0200
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,20 +0,0 @@
    15.4 -# SliTaz package receipt.
    15.5 -
    15.6 -PACKAGE="libQtHelp"
    15.7 -VERSION="4.8.6"
    15.8 -CATEGORY="development"
    15.9 -SHORT_DESC="Qt help Library"
   15.10 -MAINTAINER="allan316@gmail.com"
   15.11 -LICENSE="GPL3 LGPL2.1"
   15.12 -WEB_SITE="http://qt-project.org/"
   15.13 -WANTED="qt4"
   15.14 -
   15.15 -DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
   15.16 -
   15.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   15.18 -genpkg_rules()
   15.19 -{
   15.20 -	mkdir -p $fs/usr/lib
   15.21 -	cp -a $install/usr/lib/libQtHelp.so* $fs/usr/lib
   15.22 -}
   15.23 -
    16.1 --- a/libQtMultimedia/receipt	Mon Oct 16 13:38:21 2017 +0200
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,19 +0,0 @@
    16.4 -# SliTaz package receipt.
    16.5 -
    16.6 -PACKAGE="libQtMultimedia"
    16.7 -VERSION="4.8.6"
    16.8 -CATEGORY="development"
    16.9 -SHORT_DESC="Qt Multimedia Library"
   16.10 -MAINTAINER="al.bobylev@gmail.com"
   16.11 -LICENSE="GPL3 LGPL2.1"
   16.12 -WEB_SITE="http://qt-project.org/"
   16.13 -WANTED="qt4"
   16.14 -
   16.15 -DEPENDS="libQtGui alsa-lib"
   16.16 -
   16.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   16.18 -genpkg_rules()
   16.19 -{
   16.20 -	mkdir -p $fs/usr/lib
   16.21 -	cp -a $install/usr/lib/libQtMultimedia.so* $fs/usr/lib
   16.22 -}
    17.1 --- a/libQtNetwork/receipt	Mon Oct 16 13:38:21 2017 +0200
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,20 +0,0 @@
    17.4 -# SliTaz package receipt.
    17.5 -
    17.6 -PACKAGE="libQtNetwork"
    17.7 -VERSION="4.8.6"
    17.8 -CATEGORY="development"
    17.9 -SHORT_DESC="Qt Network Library"
   17.10 -MAINTAINER="allan316@gmail.com"
   17.11 -LICENSE="GPL3 LGPL2.1"
   17.12 -WEB_SITE="http://qt-project.org/"
   17.13 -WANTED="qt4"
   17.14 -
   17.15 -DEPENDS="libQtCore"
   17.16 -
   17.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   17.18 -genpkg_rules()
   17.19 -{
   17.20 -	mkdir -p $fs/usr/lib
   17.21 -	cp -a $install/usr/lib/libQtNetwork.so* $fs/usr/lib
   17.22 -}
   17.23 -
    18.1 --- a/libQtOpenGL/receipt	Mon Oct 16 13:38:21 2017 +0200
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,20 +0,0 @@
    18.4 -# SliTaz package receipt.
    18.5 -
    18.6 -PACKAGE="libQtOpenGL"
    18.7 -VERSION="4.8.6"
    18.8 -CATEGORY="development"
    18.9 -SHORT_DESC="Qt OpenGL Library"
   18.10 -MAINTAINER="allan316@gmail.com"
   18.11 -LICENSE="GPL3 LGPL2.1"
   18.12 -WEB_SITE="http://qt-project.org/"
   18.13 -WANTED="qt4"
   18.14 -
   18.15 -DEPENDS="libQtGui mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
   18.16 -
   18.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   18.18 -genpkg_rules()
   18.19 -{
   18.20 -	mkdir -p $fs/usr/lib
   18.21 -	cp -a $install/usr/lib/libQtOpenGL.so* $fs/usr/lib
   18.22 -}
   18.23 -
    19.1 --- a/libQtPlugins/receipt	Mon Oct 16 13:38:21 2017 +0200
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,24 +0,0 @@
    19.4 -# SliTaz package receipt.
    19.5 -
    19.6 -PACKAGE="libQtPlugins"
    19.7 -VERSION="4.8.6"
    19.8 -CATEGORY="development"
    19.9 -SHORT_DESC="qt x11 toolkit plugins"
   19.10 -MAINTAINER="slaxemulator@gmail.com"
   19.11 -LICENSE="GPL3 LGPL2.1"
   19.12 -WEB_SITE="http://qt-project.org/"
   19.13 -WANTED="qt4"
   19.14 -
   19.15 -DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
   19.16 -libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
   19.17 -libQtTest libQtHelp"
   19.18 -
   19.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
   19.20 -genpkg_rules()
   19.21 -{
   19.22 -	mkdir -p $fs/usr/lib/qt
   19.23 -	cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
   19.24 -	find $fs -regex \
   19.25 -	'.*\(gstreamer\|libqsqlite\|qjpeg\|bqgif\|libqsvg\).*' -delete
   19.26 -}
   19.27 -
    20.1 --- a/libQtScript/receipt	Mon Oct 16 13:38:21 2017 +0200
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,20 +0,0 @@
    20.4 -# SliTaz package receipt.
    20.5 -
    20.6 -PACKAGE="libQtScript"
    20.7 -VERSION="4.8.6"
    20.8 -CATEGORY="development"
    20.9 -SHORT_DESC="Qt Script Lib"
   20.10 -MAINTAINER="allan316@gmail.com"
   20.11 -LICENSE="GPL3 LGPL2.1"
   20.12 -WEB_SITE="http://qt-project.org/"
   20.13 -WANTED="qt4"
   20.14 -
   20.15 -DEPENDS="libQtCore"
   20.16 -
   20.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   20.18 -genpkg_rules()
   20.19 -{
   20.20 -	mkdir -p $fs/usr/lib
   20.21 -	cp -a $install/usr/lib/libQtScript.so* $fs/usr/lib
   20.22 -}
   20.23 -
    21.1 --- a/libQtScriptTools/receipt	Mon Oct 16 13:38:21 2017 +0200
    21.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    21.3 @@ -1,20 +0,0 @@
    21.4 -# SliTaz package receipt.
    21.5 -
    21.6 -PACKAGE="libQtScriptTools"
    21.7 -VERSION="4.8.6"
    21.8 -CATEGORY="development"
    21.9 -SHORT_DESC="Qt ScriptTools Lib"
   21.10 -MAINTAINER="allan316@gmail.com"
   21.11 -LICENSE="GPL3 LGPL2.1"
   21.12 -WEB_SITE="http://qt-project.org/"
   21.13 -WANTED="qt4"
   21.14 -
   21.15 -DEPENDS="libQtScript libQtGui"
   21.16 -
   21.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   21.18 -genpkg_rules()
   21.19 -{
   21.20 -	mkdir -p $fs/usr/lib
   21.21 -	cp -a $install/usr/lib/libQtScriptTools.so* $fs/usr/lib
   21.22 -}
   21.23 -
    22.1 --- a/libQtSql/receipt	Mon Oct 16 13:38:21 2017 +0200
    22.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.3 @@ -1,24 +0,0 @@
    22.4 -# SliTaz package receipt.
    22.5 -
    22.6 -PACKAGE="libQtSql"
    22.7 -VERSION="4.8.6"
    22.8 -CATEGORY="development"
    22.9 -SHORT_DESC="Qt sql Library"
   22.10 -MAINTAINER="allan316@gmail.com"
   22.11 -LICENSE="GPL3 LGPL2.1"
   22.12 -WEB_SITE="http://qt-project.org/"
   22.13 -WANTED="qt4"
   22.14 -
   22.15 -DEPENDS="libQtCore sqlite"
   22.16 -
   22.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   22.18 -genpkg_rules()
   22.19 -{
   22.20 -	mkdir -p $fs/usr/lib
   22.21 -	cp -a $install/usr/lib/libQtSql.so* $fs/usr/lib
   22.22 -	
   22.23 -	#file from libQtPlugins usable with sqlite preinstalled in core slitaz
   22.24 -	mkdir -p $fs/usr/lib/qt/plugins/sqldrivers
   22.25 -	cp -a $install/usr/lib/qt/plugins/sqldrivers/libqsqlite.so $fs/usr/lib/qt/plugins/sqldrivers/libqsqlite.so
   22.26 -}
   22.27 -
    23.1 --- a/libQtSvg/receipt	Mon Oct 16 13:38:21 2017 +0200
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,22 +0,0 @@
    23.4 -# SliTaz package receipt.
    23.5 -
    23.6 -PACKAGE="libQtSvg"
    23.7 -VERSION="4.8.6"
    23.8 -CATEGORY="development"
    23.9 -SHORT_DESC="Qt Svg Library"
   23.10 -MAINTAINER="allan316@gmail.com"
   23.11 -LICENSE="GPL3 LGPL2.1"
   23.12 -WEB_SITE="http://qt-project.org/"
   23.13 -WANTED="qt4"
   23.14 -
   23.15 -DEPENDS="libQtCore libQtGui libQtXml libpng"
   23.16 -
   23.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   23.18 -genpkg_rules()
   23.19 -{
   23.20 -	mkdir -p $fs/usr/lib/qt/plugins/imageformats $fs/usr/lib/qt/plugins/iconengines
   23.21 -	cp -a $install/usr/lib/libQtSvg.so*	$fs/usr/lib
   23.22 -	cp -a $install/usr/lib/qt/plugins/imageformats/libqsvg.so	$fs/*/*/*/*/imageformats
   23.23 -	cp -a $install/usr/lib/qt/plugins/iconengines/libqsvgicon.so	$fs/*/*/*/*/iconengines
   23.24 -}
   23.25 -
    24.1 --- a/libQtTest/receipt	Mon Oct 16 13:38:21 2017 +0200
    24.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.3 @@ -1,20 +0,0 @@
    24.4 -# SliTaz package receipt.
    24.5 -
    24.6 -PACKAGE="libQtTest"
    24.7 -VERSION="4.8.6"
    24.8 -CATEGORY="development"
    24.9 -SHORT_DESC="Qt Test library"
   24.10 -MAINTAINER="rocky@slitaz.org"
   24.11 -LICENSE="GPL3 LGPL2.1"
   24.12 -WEB_SITE="http://qt-project.org/"
   24.13 -WANTED="qt4"
   24.14 -
   24.15 -DEPENDS="libQtCore"
   24.16 -
   24.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   24.18 -genpkg_rules()
   24.19 -{
   24.20 -	mkdir -p $fs/usr/lib
   24.21 -	cp -a $install/usr/lib/libQtTest.so* $fs/usr/lib
   24.22 -}
   24.23 -
    25.1 --- a/libQtWebkit-video/receipt	Mon Oct 16 13:38:21 2017 +0200
    25.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.3 @@ -1,22 +0,0 @@
    25.4 -# SliTaz package receipt.
    25.5 -
    25.6 -PACKAGE="libQtWebkit-video"
    25.7 -VERSION="4.8.6"
    25.8 -CATEGORY="multimedia"
    25.9 -SHORT_DESC="Web browser engine for Qt (with gstreamer HTML5 audio video support)"
   25.10 -MAINTAINER="psychomaniak@xakep.ru"
   25.11 -LICENSE="GPL3 LGPL2.1"
   25.12 -WEB_SITE="http://qt-project.org/"
   25.13 -WANTED="qt4"
   25.14 -
   25.15 -DEPENDS="libQtCore libQtGui libQtNetwork libpng gst0-plugins-base \
   25.16 -gst0-plugins-good gst0-ffmpeg"
   25.17 -SUGGESTED="gst0-plugins-bad gst0-plugins-ugly"
   25.18 -
   25.19 -#Rules to gen a SliTaz package suitable for Tazpkg.
   25.20 -genpkg_rules()
   25.21 -{
   25.22 -	mkdir -p $fs/usr/lib
   25.23 -	cp -a $install/usr/lib/libQtWebKit.so* $fs/usr/lib
   25.24 -}
   25.25 -
    26.1 --- a/libQtXml/receipt	Mon Oct 16 13:38:21 2017 +0200
    26.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.3 @@ -1,21 +0,0 @@
    26.4 -# SliTaz package receipt.
    26.5 -
    26.6 -PACKAGE="libQtXml"
    26.7 -VERSION="4.8.6"
    26.8 -CATEGORY="development"
    26.9 -SHORT_DESC="Qt Xml library"
   26.10 -MAINTAINER="allan316@gmail.com"
   26.11 -LICENSE="GPL3 LGPL2.1"
   26.12 -WEB_SITE="http://qt-project.org/"
   26.13 -WANTED="qt4"
   26.14 -
   26.15 -DEPENDS="libQtNetwork"
   26.16 -
   26.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   26.18 -genpkg_rules()
   26.19 -{
   26.20 -	mkdir -p $fs/usr/lib
   26.21 -	cp -a $install/usr/lib/libQtXml.so* $fs/usr/lib
   26.22 -	cp -a $install/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
   26.23 -}
   26.24 -
    27.1 --- a/openconnect/receipt	Mon Oct 16 13:38:21 2017 +0200
    27.2 +++ b/openconnect/receipt	Mon Oct 16 15:34:21 2017 +0200
    27.3 @@ -12,7 +12,7 @@
    27.4  
    27.5  DEPENDS="vpnc openssl libxml2"
    27.6  # Will require libtirpc when glibc is upgraded to 2.14.
    27.7 -BUILD_DEPENDS="openssl-dev zlib pkg-config libxml2-dev vpnc"
    27.8 +BUILD_DEPENDS="openssl-dev zlib pkg-config libxml2-dev vpnc gettext-tools"
    27.9  
   27.10  # Rules to configure and make the package.
   27.11  compile_rules()
    28.1 --- a/qmake/receipt	Mon Oct 16 13:38:21 2017 +0200
    28.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.3 @@ -1,23 +0,0 @@
    28.4 -# SliTaz package receipt.
    28.5 -
    28.6 -PACKAGE="qmake"
    28.7 -VERSION="4.8.6"
    28.8 -CATEGORY="development"
    28.9 -SHORT_DESC="Qt make"
   28.10 -MAINTAINER="allan316@gmail.com"
   28.11 -LICENSE="GPL3 LGPL2.1"
   28.12 -WEB_SITE="http://qt-project.org/"
   28.13 -WANTED="qt4"
   28.14 -TAGS="qt"
   28.15 -
   28.16 -DEPENDS="zlib gcc-lib-base"
   28.17 -
   28.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   28.19 -genpkg_rules()
   28.20 -{
   28.21 -	mkdir -p $fs/usr/bin
   28.22 -	cp -a $install/usr/bin/qmake $fs/usr/bin
   28.23 -	cp -a $install/usr/bin/moc $fs/usr/bin
   28.24 -	cp -a $install/usr/bin/uic $fs/usr/bin
   28.25 -}
   28.26 -
    29.1 --- a/qt-locale-cs/receipt	Mon Oct 16 13:38:21 2017 +0200
    29.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.3 @@ -1,30 +0,0 @@
    29.4 -# SliTaz package receipt.
    29.5 -
    29.6 -PACKAGE="qt-locale-cs"
    29.7 -VERSION="4.8.6"
    29.8 -CATEGORY="localization"
    29.9 -SHORT_DESC="Czech locale for Qt"
   29.10 -MAINTAINER="al.bobylev@gmail.com"
   29.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   29.12 -WEB_SITE="http://qt-project.org/"
   29.13 -WANTED="qt4"
   29.14 -
   29.15 -LOCALE="cs"
   29.16 -BOOK=""
   29.17 -
   29.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   29.19 -genpkg_rules()
   29.20 -{
   29.21 -	usqt=/usr/share/qt/translations
   29.22 -	mkdir -p $fs$usqt
   29.23 -
   29.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   29.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   29.26 -	done
   29.27 -
   29.28 -	if [ x$BOOK != x ]; then
   29.29 -		usqp=/usr/share/qt/phrasebooks
   29.30 -		mkdir -p $fs$usqp
   29.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   29.32 -	fi
   29.33 -}
    30.1 --- a/qt-locale-da/receipt	Mon Oct 16 13:38:21 2017 +0200
    30.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.3 @@ -1,30 +0,0 @@
    30.4 -# SliTaz package receipt.
    30.5 -
    30.6 -PACKAGE="qt-locale-da"
    30.7 -VERSION="4.8.6"
    30.8 -CATEGORY="localization"
    30.9 -SHORT_DESC="Danish locale for Qt"
   30.10 -MAINTAINER="al.bobylev@gmail.com"
   30.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   30.12 -WEB_SITE="http://qt-project.org/"
   30.13 -WANTED="qt4"
   30.14 -
   30.15 -LOCALE="da"
   30.16 -BOOK="danish"
   30.17 -
   30.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   30.19 -genpkg_rules()
   30.20 -{
   30.21 -	usqt=/usr/share/qt/translations
   30.22 -	mkdir -p $fs$usqt
   30.23 -
   30.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   30.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   30.26 -	done
   30.27 -
   30.28 -	if [ x$BOOK != x ]; then
   30.29 -		usqp=/usr/share/qt/phrasebooks
   30.30 -		mkdir -p $fs$usqp
   30.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   30.32 -	fi
   30.33 -}
    31.1 --- a/qt-locale-de/receipt	Mon Oct 16 13:38:21 2017 +0200
    31.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.3 @@ -1,30 +0,0 @@
    31.4 -# SliTaz package receipt.
    31.5 -
    31.6 -PACKAGE="qt-locale-de"
    31.7 -VERSION="4.8.6"
    31.8 -CATEGORY="localization"
    31.9 -SHORT_DESC="German locale for Qt"
   31.10 -MAINTAINER="al.bobylev@gmail.com"
   31.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   31.12 -WEB_SITE="http://qt-project.org/"
   31.13 -WANTED="qt4"
   31.14 -
   31.15 -LOCALE="de"
   31.16 -BOOK="german"
   31.17 -
   31.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   31.19 -genpkg_rules()
   31.20 -{
   31.21 -	usqt=/usr/share/qt/translations
   31.22 -	mkdir -p $fs$usqt
   31.23 -
   31.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   31.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   31.26 -	done
   31.27 -
   31.28 -	if [ x$BOOK != x ]; then
   31.29 -		usqp=/usr/share/qt/phrasebooks
   31.30 -		mkdir -p $fs$usqp
   31.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   31.32 -	fi
   31.33 -}
    32.1 --- a/qt-locale-es/receipt	Mon Oct 16 13:38:21 2017 +0200
    32.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.3 @@ -1,30 +0,0 @@
    32.4 -# SliTaz package receipt.
    32.5 -
    32.6 -PACKAGE="qt-locale-es"
    32.7 -VERSION="4.8.6"
    32.8 -CATEGORY="localization"
    32.9 -SHORT_DESC="Spanish locale for Qt"
   32.10 -MAINTAINER="al.bobylev@gmail.com"
   32.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   32.12 -WEB_SITE="http://qt-project.org/"
   32.13 -WANTED="qt4"
   32.14 -
   32.15 -LOCALE="es"
   32.16 -BOOK="spanish"
   32.17 -
   32.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   32.19 -genpkg_rules()
   32.20 -{
   32.21 -	usqt=/usr/share/qt/translations
   32.22 -	mkdir -p $fs$usqt
   32.23 -
   32.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   32.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   32.26 -	done
   32.27 -
   32.28 -	if [ x$BOOK != x ]; then
   32.29 -		usqp=/usr/share/qt/phrasebooks
   32.30 -		mkdir -p $fs$usqp
   32.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   32.32 -	fi
   32.33 -}
    33.1 --- a/qt-locale-fr/receipt	Mon Oct 16 13:38:21 2017 +0200
    33.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.3 @@ -1,30 +0,0 @@
    33.4 -# SliTaz package receipt.
    33.5 -
    33.6 -PACKAGE="qt-locale-fr"
    33.7 -VERSION="4.8.6"
    33.8 -CATEGORY="localization"
    33.9 -SHORT_DESC="French locale for Qt"
   33.10 -MAINTAINER="al.bobylev@gmail.com"
   33.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   33.12 -WEB_SITE="http://qt-project.org/"
   33.13 -WANTED="qt4"
   33.14 -
   33.15 -LOCALE="fr"
   33.16 -BOOK="french"
   33.17 -
   33.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   33.19 -genpkg_rules()
   33.20 -{
   33.21 -	usqt=/usr/share/qt/translations
   33.22 -	mkdir -p $fs$usqt
   33.23 -
   33.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   33.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   33.26 -	done
   33.27 -
   33.28 -	if [ x$BOOK != x ]; then
   33.29 -		usqp=/usr/share/qt/phrasebooks
   33.30 -		mkdir -p $fs$usqp
   33.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   33.32 -	fi
   33.33 -}
    34.1 --- a/qt-locale-hu/receipt	Mon Oct 16 13:38:21 2017 +0200
    34.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.3 @@ -1,30 +0,0 @@
    34.4 -# SliTaz package receipt.
    34.5 -
    34.6 -PACKAGE="qt-locale-hu"
    34.7 -VERSION="4.8.6"
    34.8 -CATEGORY="localization"
    34.9 -SHORT_DESC="Hungarian locale for Qt"
   34.10 -MAINTAINER="al.bobylev@gmail.com"
   34.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   34.12 -WEB_SITE="http://qt-project.org/"
   34.13 -WANTED="qt4"
   34.14 -
   34.15 -LOCALE="hu"
   34.16 -BOOK="hungarian"
   34.17 -
   34.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   34.19 -genpkg_rules()
   34.20 -{
   34.21 -	usqt=/usr/share/qt/translations
   34.22 -	mkdir -p $fs$usqt
   34.23 -
   34.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   34.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   34.26 -	done
   34.27 -
   34.28 -	if [ x$BOOK != x ]; then
   34.29 -		usqp=/usr/share/qt/phrasebooks
   34.30 -		mkdir -p $fs$usqp
   34.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   34.32 -	fi
   34.33 -}
    35.1 --- a/qt-locale-pl/receipt	Mon Oct 16 13:38:21 2017 +0200
    35.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.3 @@ -1,30 +0,0 @@
    35.4 -# SliTaz package receipt.
    35.5 -
    35.6 -PACKAGE="qt-locale-pl"
    35.7 -VERSION="4.8.6"
    35.8 -CATEGORY="localization"
    35.9 -SHORT_DESC="Polish locale for Qt"
   35.10 -MAINTAINER="al.bobylev@gmail.com"
   35.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   35.12 -WEB_SITE="http://qt-project.org/"
   35.13 -WANTED="qt4"
   35.14 -
   35.15 -LOCALE="pl"
   35.16 -BOOK="polish"
   35.17 -
   35.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   35.19 -genpkg_rules()
   35.20 -{
   35.21 -	usqt=/usr/share/qt/translations
   35.22 -	mkdir -p $fs$usqt
   35.23 -
   35.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   35.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   35.26 -	done
   35.27 -
   35.28 -	if [ x$BOOK != x ]; then
   35.29 -		usqp=/usr/share/qt/phrasebooks
   35.30 -		mkdir -p $fs$usqp
   35.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   35.32 -	fi
   35.33 -}
    36.1 --- a/qt-locale-pt/receipt	Mon Oct 16 13:38:21 2017 +0200
    36.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.3 @@ -1,30 +0,0 @@
    36.4 -# SliTaz package receipt.
    36.5 -
    36.6 -PACKAGE="qt-locale-pt"
    36.7 -VERSION="4.8.6"
    36.8 -CATEGORY="localization"
    36.9 -SHORT_DESC="Portuguese locale for Qt"
   36.10 -MAINTAINER="al.bobylev@gmail.com"
   36.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   36.12 -WEB_SITE="http://qt-project.org/"
   36.13 -WANTED="qt4"
   36.14 -
   36.15 -LOCALE="pt"
   36.16 -BOOK=""
   36.17 -
   36.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   36.19 -genpkg_rules()
   36.20 -{
   36.21 -	usqt=/usr/share/qt/translations
   36.22 -	mkdir -p $fs$usqt
   36.23 -
   36.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   36.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   36.26 -	done
   36.27 -
   36.28 -	if [ x$BOOK != x ]; then
   36.29 -		usqp=/usr/share/qt/phrasebooks
   36.30 -		mkdir -p $fs$usqp
   36.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   36.32 -	fi
   36.33 -}
    37.1 --- a/qt-locale-ru/receipt	Mon Oct 16 13:38:21 2017 +0200
    37.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    37.3 @@ -1,30 +0,0 @@
    37.4 -# SliTaz package receipt.
    37.5 -
    37.6 -PACKAGE="qt-locale-ru"
    37.7 -VERSION="4.8.6"
    37.8 -CATEGORY="localization"
    37.9 -SHORT_DESC="Russian locale for Qt"
   37.10 -MAINTAINER="al.bobylev@gmail.com"
   37.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   37.12 -WEB_SITE="http://qt-project.org/"
   37.13 -WANTED="qt4"
   37.14 -
   37.15 -LOCALE="ru"
   37.16 -BOOK="russian"
   37.17 -
   37.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   37.19 -genpkg_rules()
   37.20 -{
   37.21 -	usqt=/usr/share/qt/translations
   37.22 -	mkdir -p $fs$usqt
   37.23 -
   37.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   37.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   37.26 -	done
   37.27 -
   37.28 -	if [ x$BOOK != x ]; then
   37.29 -		usqp=/usr/share/qt/phrasebooks
   37.30 -		mkdir -p $fs$usqp
   37.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   37.32 -	fi
   37.33 -}
    38.1 --- a/qt-locale-sl/receipt	Mon Oct 16 13:38:21 2017 +0200
    38.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.3 @@ -1,30 +0,0 @@
    38.4 -# SliTaz package receipt.
    38.5 -
    38.6 -PACKAGE="qt-locale-sl"
    38.7 -VERSION="4.8.6"
    38.8 -CATEGORY="localization"
    38.9 -SHORT_DESC="Slovenian locale for Qt"
   38.10 -MAINTAINER="al.bobylev@gmail.com"
   38.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   38.12 -WEB_SITE="http://qt-project.org/"
   38.13 -WANTED="qt4"
   38.14 -
   38.15 -LOCALE="sl"
   38.16 -BOOK=""
   38.17 -
   38.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   38.19 -genpkg_rules()
   38.20 -{
   38.21 -	usqt=/usr/share/qt/translations
   38.22 -	mkdir -p $fs$usqt
   38.23 -
   38.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   38.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   38.26 -	done
   38.27 -
   38.28 -	if [ x$BOOK != x ]; then
   38.29 -		usqp=/usr/share/qt/phrasebooks
   38.30 -		mkdir -p $fs$usqp
   38.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   38.32 -	fi
   38.33 -}
    39.1 --- a/qt-locale-sv/receipt	Mon Oct 16 13:38:21 2017 +0200
    39.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.3 @@ -1,30 +0,0 @@
    39.4 -# SliTaz package receipt.
    39.5 -
    39.6 -PACKAGE="qt-locale-sv"
    39.7 -VERSION="4.8.6"
    39.8 -CATEGORY="localization"
    39.9 -SHORT_DESC="Swedish locale for Qt"
   39.10 -MAINTAINER="al.bobylev@gmail.com"
   39.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   39.12 -WEB_SITE="http://qt-project.org/"
   39.13 -WANTED="qt4"
   39.14 -
   39.15 -LOCALE="sv"
   39.16 -BOOK="swedish"
   39.17 -
   39.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   39.19 -genpkg_rules()
   39.20 -{
   39.21 -	usqt=/usr/share/qt/translations
   39.22 -	mkdir -p $fs$usqt
   39.23 -
   39.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   39.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   39.26 -	done
   39.27 -
   39.28 -	if [ x$BOOK != x ]; then
   39.29 -		usqp=/usr/share/qt/phrasebooks
   39.30 -		mkdir -p $fs$usqp
   39.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   39.32 -	fi
   39.33 -}
    40.1 --- a/qt-locale-uk/receipt	Mon Oct 16 13:38:21 2017 +0200
    40.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.3 @@ -1,30 +0,0 @@
    40.4 -# SliTaz package receipt.
    40.5 -
    40.6 -PACKAGE="qt-locale-uk"
    40.7 -VERSION="4.8.6"
    40.8 -CATEGORY="localization"
    40.9 -SHORT_DESC="Ukrainian locale for Qt"
   40.10 -MAINTAINER="al.bobylev@gmail.com"
   40.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   40.12 -WEB_SITE="http://qt-project.org/"
   40.13 -WANTED="qt4"
   40.14 -
   40.15 -LOCALE="uk"
   40.16 -BOOK=""
   40.17 -
   40.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   40.19 -genpkg_rules()
   40.20 -{
   40.21 -	usqt=/usr/share/qt/translations
   40.22 -	mkdir -p $fs$usqt
   40.23 -
   40.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   40.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   40.26 -	done
   40.27 -
   40.28 -	if [ x$BOOK != x ]; then
   40.29 -		usqp=/usr/share/qt/phrasebooks
   40.30 -		mkdir -p $fs$usqp
   40.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   40.32 -	fi
   40.33 -}
    41.1 --- a/qt-locale-zh_CN/receipt	Mon Oct 16 13:38:21 2017 +0200
    41.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    41.3 @@ -1,30 +0,0 @@
    41.4 -# SliTaz package receipt.
    41.5 -
    41.6 -PACKAGE="qt-locale-zh_CN"
    41.7 -VERSION="4.8.6"
    41.8 -CATEGORY="localization"
    41.9 -SHORT_DESC="Chinese Simplified locale for Qt"
   41.10 -MAINTAINER="al.bobylev@gmail.com"
   41.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   41.12 -WEB_SITE="http://qt-project.org/"
   41.13 -WANTED="qt4"
   41.14 -
   41.15 -LOCALE="zh_CN"
   41.16 -BOOK=""
   41.17 -
   41.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   41.19 -genpkg_rules()
   41.20 -{
   41.21 -	usqt=/usr/share/qt/translations
   41.22 -	mkdir -p $fs$usqt
   41.23 -
   41.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   41.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   41.26 -	done
   41.27 -
   41.28 -	if [ x$BOOK != x ]; then
   41.29 -		usqp=/usr/share/qt/phrasebooks
   41.30 -		mkdir -p $fs$usqp
   41.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   41.32 -	fi
   41.33 -}
    42.1 --- a/qt-locale-zh_TW/receipt	Mon Oct 16 13:38:21 2017 +0200
    42.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    42.3 @@ -1,30 +0,0 @@
    42.4 -# SliTaz package receipt.
    42.5 -
    42.6 -PACKAGE="qt-locale-zh_TW"
    42.7 -VERSION="4.8.6"
    42.8 -CATEGORY="localization"
    42.9 -SHORT_DESC="Chinese Traditional locale for Qt"
   42.10 -MAINTAINER="al.bobylev@gmail.com"
   42.11 -LICENSE="GPL3 LGPL2.1 FDL other"
   42.12 -WEB_SITE="http://qt-project.org/"
   42.13 -WANTED="qt4"
   42.14 -
   42.15 -LOCALE="zh_TW"
   42.16 -BOOK=""
   42.17 -
   42.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   42.19 -genpkg_rules()
   42.20 -{
   42.21 -	usqt=/usr/share/qt/translations
   42.22 -	mkdir -p $fs$usqt
   42.23 -
   42.24 -	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   42.25 -		cp -a $install$usqt/${qm##*/} $fs$usqt
   42.26 -	done
   42.27 -
   42.28 -	if [ x$BOOK != x ]; then
   42.29 -		usqp=/usr/share/qt/phrasebooks
   42.30 -		mkdir -p $fs$usqp
   42.31 -		cp -a $install$usqp/$BOOK.qph $fs$usqp
   42.32 -	fi
   42.33 -}
    43.1 --- a/qt4-phonon/receipt	Mon Oct 16 13:38:21 2017 +0200
    43.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    43.3 @@ -1,22 +0,0 @@
    43.4 -# SliTaz package receipt.
    43.5 -
    43.6 -PACKAGE="qt4-phonon"
    43.7 -VERSION="4.8.6"
    43.8 -CATEGORY="multimedia"
    43.9 -SHORT_DESC="Qt phonon library"
   43.10 -MAINTAINER="pankso@slitaz.org"
   43.11 -LICENSE="GPL3 LGPL2.1"
   43.12 -WEB_SITE="http://qt-project.org/"
   43.13 -WANTED="qt4"
   43.14 -
   43.15 -DEPENDS="glib zlib gcc-lib-base"
   43.16 -SUGGESTED="gst0-plugins-good"
   43.17 -
   43.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   43.19 -genpkg_rules()
   43.20 -{
   43.21 -	mkdir -p $fs/usr/lib
   43.22 -	cp -a $install/usr/lib/libphonon.so* $fs/usr/lib
   43.23 -	mkdir -p $fs/usr/lib/qt/plugins/phonon_backend
   43.24 -	cp -a $install/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so
   43.25 -}
    44.1 --- a/qt4/receipt	Mon Oct 16 13:38:21 2017 +0200
    44.2 +++ b/qt4/receipt	Mon Oct 16 15:34:21 2017 +0200
    44.3 @@ -1,4 +1,4 @@
    44.4 -# SliTaz package receipt.
    44.5 +# SliTaz package receipt v2.
    44.6  
    44.7  PACKAGE="qt4"
    44.8  SOURCE="qt-everywhere-opensource-src"
    44.9 @@ -13,9 +13,6 @@
   44.10  PROVIDE="qt-x11-opensource-src Qt4"
   44.11  TAGS="qt"
   44.12  
   44.13 -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
   44.14 -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
   44.15 -libQtOpenGL libQtSql libQtWebkit gstreamer0"
   44.16  BUILD_DEPENDS="xorg-libX11-dev dbus-dev gstreamer0-dev gst0-python-dev libmng-dev \
   44.17  cups-dev mysql-dev unixODBC-dev mesa-dev fontconfig-dev libegl-mesa libglu-mesa \
   44.18  libglw-mesa postgresql-dev gst0-plugins-base-dev atk-dev autoconf automake bash \
   44.19 @@ -24,13 +21,18 @@
   44.20  libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \
   44.21  pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple pixman-dev \
   44.22  pkg-config tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \
   44.23 -sqlite-dev libglu-mesa-dev libglw-mesa-dev libQtClucene wayland-dev"
   44.24 +sqlite-dev libglu-mesa-dev libglw-mesa-dev wayland-dev"
   44.25 +SPLIT="qt4 libQt3Support libQtClucene libQtCore libQtDBus libQtDeclarative \
   44.26 +libQtDesigner libQtGui libQtHelp libQtMultimedia libQtNetwork libQtOpenGL \
   44.27 +libQtPlugins libQtScript libQtScriptTools libQtSql libQtSvg libQtTest \
   44.28 +libQtWebkit-video libQtXml qmake Qt4-dev qt4-phonon qtconfig-phonon QtDesigner \
   44.29 +qt-locale-cs qt-locale-da qt-locale-de qt-locale-es qt-locale-fr qt-locale-hu \
   44.30 +qt-locale-pl qt-locale-pt qt-locale-ru qt-locale-sl qt-locale-sv qt-locale-uk \
   44.31 +qt-locale-zh_CN qt-locale-zh_TW"
   44.32  
   44.33  # Rules to configure and make the package.
   44.34  compile_rules()
   44.35  {
   44.36 -	cd $src
   44.37 -	
   44.38  	#ugly fix for missing files, you probably could do better
   44.39  	
   44.40  	mkdir -p $src/src/3rdparty/webkit/Source/WebKit2/generated
   44.41 @@ -49,7 +51,7 @@
   44.42  	/usr/bin/python $src/src/3rdparty/webkit/Source/WebKit2/Scripts/generate-messages-header.py $dname/$fileprefix.messages.in > $src/src/3rdparty/webkit/Source/WebKit2/generated/$i
   44.43  	done
   44.44  	
   44.45 -		./configure\
   44.46 +	./configure \
   44.47  		-silent \
   44.48  		-prefix /usr \
   44.49  		-confirm-license -opensource \
   44.50 @@ -82,9 +84,350 @@
   44.51  	make INSTALL_ROOT=$DESTDIR install
   44.52  }
   44.53  
   44.54 +# Rules to gen a SliTaz locale qt package.
   44.55 +genpkg_locale()
   44.56 +{
   44.57 +	LICENSE="GPL3 LGPL2.1 FDL other"
   44.58 +	usqt=/usr/share/qt/translations
   44.59 +	mkdir -p $fs$usqt
   44.60 +
   44.61 +	for qm in $(find $install$usqt -name "*_$LOCALE.qm"); do
   44.62 +		cp -a $install$usqt/${qm##*/} $fs$usqt
   44.63 +	done
   44.64 +
   44.65 +	if [ x$BOOK != x ]; then
   44.66 +		usqp=/usr/share/qt/phrasebooks
   44.67 +		mkdir -p $fs$usqp
   44.68 +		cp -a $install$usqp/$BOOK.qph $fs$usqp
   44.69 +	fi
   44.70 +}
   44.71 +
   44.72  # Rules to gen a SliTaz package suitable for Tazpkg.
   44.73  genpkg_rules()
   44.74  {
   44.75 -	# dummy tree to avoid 'tazwok cmp --cook' building loop
   44.76 -	mkdir $fs/etc
   44.77 +	case $PACKAGE in
   44.78 +	qt4)
   44.79 +		DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg \
   44.80 +			libQtXml libQtDesigner libQtScript libQt3Support \
   44.81 +			libQtClucene libQtDBus libQtHelp libQtOpenGL libQtSql \
   44.82 +			libQtWebkit gstreamer0"
   44.83 +		# dummy tree to avoid 'tazwok cmp --cook' building loop
   44.84 +		mkdir $fs/etc
   44.85 +		;;
   44.86 +	libQt3Support)
   44.87 +		CAT="development|Qt3 support Library"
   44.88 +		DEPENDS="libQtGui libQtSql libQtXml"
   44.89 +		mkdir -p $fs/usr/lib
   44.90 +		cp -a $install/usr/lib/libQt3Support.so* $fs/usr/lib
   44.91 +		;;
   44.92 +	libQtClucene)
   44.93 +		CAT="development|Qt clucene Library"
   44.94 +		DEPENDS="libQtCore"
   44.95 +		mkdir -p $fs/usr/lib
   44.96 +		cp -a $install/usr/lib/libQtCLucene.so* $fs/usr/lib
   44.97 +		;;
   44.98 +	libQtCore)
   44.99 +		CAT="development|"Qt Core files"
  44.100 +		DEPENDS="glib zlib gcc-lib-base"
  44.101 +		mkdir -p $fs/usr/lib
  44.102 +		cp -a $install/usr/lib/libQtCore.so* $fs/usr/lib
  44.103 +		;;
  44.104 +	libQtDBus)
  44.105 +		CAT="development|Qt Dbus Library"
  44.106 +		DEPENDS="libQtXml"
  44.107 +		mkdir -p $fs/usr/lib $fs/usr/bin
  44.108 +		cp -a $install/usr/lib/libQtDBus.so* $fs/usr/lib
  44.109 +		cp -a $install/usr/bin/qdbus $fs/usr/bin
  44.110 +		;;
  44.111 +	libQtDeclarative)
  44.112 +		CAT="development|Qt Declarative Library"
  44.113 +		DEPENDS="libQtCore libQtNetwork libQtGui libQtXml libQtSql \
  44.114 +			libQtSvg libQtScript"
  44.115 +		mkdir -p $fs/usr/lib
  44.116 +		cp -a $src/lib/libQtDeclarative.so* $fs/usr/lib
  44.117 +		;;
  44.118 +	libQtDesigner)
  44.119 +		CAT="development|Qt Designer"
  44.120 +		DEPENDS="libQtCore libQtGui libQtScript libQtXml"
  44.121 +		mkdir -p $fs/usr/lib
  44.122 +		cp -a $install/usr/lib/libQtDesigner*.so* $fs/usr/lib
  44.123 +		;;
  44.124 +	libQtGui)
  44.125 +		CAT="development|Qt Gui Library"
  44.126 +		DEPENDS="libQtCore expat fontconfig freetype xorg-libICE \
  44.127 +			xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp \
  44.128 +			xorg-libXext xorg-libXi xorg-libXrandr xorg-libXrender \
  44.129 +			libpng"
  44.130 +		mkdir -p $fs/usr/lib
  44.131 +		cp -a $install/usr/lib/libQtGui.so* $fs/usr/lib
  44.132 +	
  44.133 +		mkdir -p $fs/usr/lib/qt/plugins/imageformats
  44.134 +		cp -a $install/usr/lib/qt/plugins/imageformats/libqjpeg.so $fs/usr/lib/qt/plugins/imageformats
  44.135 +		cp -a $install/usr/lib/qt/plugins/imageformats/libqgif.so $fs/usr/lib/qt/plugins/imageformats
  44.136 +
  44.137 +		mkdir -p $fs/etc/skel/.config
  44.138 +		cp -a $stuff/Trolltech.conf $fs/etc/skel/.config
  44.139 +		;;
  44.140 +	libQtHelp)
  44.141 +		CAT="development|Qt help Library"
  44.142 +		DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
  44.143 +		mkdir -p $fs/usr/lib
  44.144 +		cp -a $install/usr/lib/libQtHelp.so* $fs/usr/lib
  44.145 +		;;
  44.146 +	libQtMultimedia)
  44.147 +		CAT="development|Qt Multimedia Library"
  44.148 +		DEPENDS="libQtGui alsa-lib"
  44.149 +		mkdir -p $fs/usr/lib
  44.150 +		cp -a $install/usr/lib/libQtMultimedia.so* $fs/usr/lib
  44.151 +		;;
  44.152 +	libQtNetwork)
  44.153 +		CAT="development|Qt Network Library"
  44.154 +		DEPENDS="libQtCore"
  44.155 +		mkdir -p $fs/usr/lib
  44.156 +		cp -a $install/usr/lib/libQtNetwork.so* $fs/usr/lib
  44.157 +		;;
  44.158 +	libQtOpenGL)
  44.159 +		CAT="development|Qt OpenGL Library"
  44.160 +		DEPENDS="libQtGui mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
  44.161 +		mkdir -p $fs/usr/lib
  44.162 +		cp -a $install/usr/lib/libQtOpenGL.so* $fs/usr/lib
  44.163 +		;;
  44.164 +	libQtPlugins)
  44.165 +		CAT="development|qt x11 toolkit plugins"
  44.166 +		DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml \
  44.167 +			libQtNetwork libQtDBus libQtWebkit libQtScript \
  44.168 +			libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
  44.169 +			libQtTest libQtHelp"
  44.170 +		mkdir -p $fs/usr/lib/qt
  44.171 +		cp -a $install/usr/lib/qt/plugins $fs/usr/lib/qt
  44.172 +		find $fs -regex \
  44.173 +		'.*\(gstreamer\|libqsqlite\|qjpeg\|bqgif\|libqsvg\).*' -delete
  44.174 +		;;
  44.175 +	libQtScript)
  44.176 +		CAT="development|Qt Script Lib"
  44.177 +		DEPENDS="libQtCore"
  44.178 +		mkdir -p $fs/usr/lib
  44.179 +		cp -a $install/usr/lib/libQtScript.so* $fs/usr/lib
  44.180 +		;;
  44.181 +	libQtScriptTools)
  44.182 +		CAT="development|Qt ScriptTools Lib"
  44.183 +		DEPENDS="libQtScript libQtGui"
  44.184 +		mkdir -p $fs/usr/lib
  44.185 +		cp -a $install/usr/lib/libQtScriptTools.so* $fs/usr/lib
  44.186 +		;;
  44.187 +	libQtSql)
  44.188 +		CAT="development|Qt sql Library"
  44.189 +		DEPENDS="libQtCore sqlite"
  44.190 +		mkdir -p $fs/usr/lib
  44.191 +		cp -a $install/usr/lib/libQtSql.so* $fs/usr/lib
  44.192 +	
  44.193 +		#file from libQtPlugins usable with sqlite preinstalled in core slitaz
  44.194 +		mkdir -p $fs/usr/lib/qt/plugins/sqldrivers
  44.195 +		cp -a $install/usr/lib/qt/plugins/sqldrivers/libqsqlite.so $fs/usr/lib/qt/plugins/sqldrivers/libqsqlite.so
  44.196 +		;;
  44.197 +	libQtSvg)
  44.198 +		CAT="development|Qt Svg Library"
  44.199 +		DEPENDS="libQtCore libQtGui libQtXml libpng"
  44.200 +		mkdir -p $fs/usr/lib/qt/plugins/imageformats $fs/usr/lib/qt/plugins/iconengines
  44.201 +		cp -a $install/usr/lib/libQtSvg.so*	$fs/usr/lib
  44.202 +		cp -a $install/usr/lib/qt/plugins/imageformats/libqsvg.so	$fs/*/*/*/*/imageformats
  44.203 +		cp -a $install/usr/lib/qt/plugins/iconengines/libqsvgicon.so	$fs/*/*/*/*/iconengines
  44.204 +		;;
  44.205 +	libQtTest)
  44.206 +		CAT="development|Qt Test library"
  44.207 +		DEPENDS="libQtCore"
  44.208 +		mkdir -p $fs/usr/lib
  44.209 +		cp -a $install/usr/lib/libQtTest.so* $fs/usr/lib
  44.210 +		;;
  44.211 +	libQtWebkit-video)
  44.212 +		CAT="multimedia|Web browser engine for Qt (with gstreamer HTML5 audio video support)"
  44.213 +		DEPENDS="libQtCore libQtGui libQtNetwork libpng \
  44.214 +			gst0-plugins-base gst0-plugins-good gst0-ffmpeg"
  44.215 +		SUGGESTED="gst0-plugins-bad gst0-plugins-ugly"
  44.216 +		mkdir -p $fs/usr/lib
  44.217 +		cp -a $install/usr/lib/libQtWebKit.so* $fs/usr/lib
  44.218 +		;;
  44.219 +	libQtXml)
  44.220 +		CAT="development|Qt Xml library"
  44.221 +		DEPENDS="libQtNetwork"
  44.222 +		mkdir -p $fs/usr/lib
  44.223 +		cp -a $install/usr/lib/libQtXml.so* $fs/usr/lib
  44.224 +		cp -a $install/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
  44.225 +		;;
  44.226 +	qmake)
  44.227 +		CAT="development|Qt make"
  44.228 +		TAGS="qt"
  44.229 +		DEPENDS="zlib gcc-lib-base"
  44.230 +		mkdir -p $fs/usr/bin
  44.231 +		cp -a $install/usr/bin/qmake $fs/usr/bin
  44.232 +		cp -a $install/usr/bin/moc $fs/usr/bin
  44.233 +		cp -a $install/usr/bin/uic $fs/usr/bin
  44.234 +		;;
  44.235 +	Qt4-dev)
  44.236 +		CAT="development|qt x11 toolkit"
  44.237 +		SUGGESTED="libmng nvidia"
  44.238 +		DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \
  44.239 +			freetds libmysqlclient libpostgresqlclient libunixODBC \
  44.240 +			xcb-util libQt3Support libQtClucene libQtPlugins \
  44.241 +			libQtDBus libQtHelp libQtOpenGL libQtScript libQtSql \
  44.242 +			libQtScriptTools libQtWebkit libQtTest qtconfig \
  44.243 +			gcc-lib-base"
  44.244 +		mkdir -p $fs/usr/lib $fs/usr/include/private
  44.245 +		cp -a $install/usr/include $fs/usr
  44.246 +		cp -a $install/usr/lib/pkgconfig  $fs/usr/lib
  44.247 +		cp -a $install/usr/lib/*.*a  $fs/usr/lib/	
  44.248 +		cp -a $install/usr/lib/*.prl  $fs/usr/lib/	
  44.249 +		cp -a $install/usr/share  $fs/usr	
  44.250 +		cp -a $install/usr/lib/qt $fs/usr/lib
  44.251 +
  44.252 +		#private qt includes
  44.253 +		for i in $src/include/*/private/*; do cp $src/$(cat $i | sed 's/^#include "[./]*\([a-z].*\)"$/\1/') $fs/usr/include/private; done
  44.254 +	
  44.255 +		# all qt plugins are in libQtPlugins
  44.256 +		rm -rf $fs/usr/lib/qt/plugins
  44.257 +		# all bin and remove QT applications designer, qmake, assistant, linguist: provide seperate packages
  44.258 +		cp -a $install/usr/bin $fs/usr	
  44.259 +		rm $fs/usr/bin/qmake
  44.260 +		rm $fs/usr/bin/designer
  44.261 +		# Linguist and assistant are now part of QTDesigner packages
  44.262 +		rm $fs/usr/bin/linguist
  44.263 +		rm $fs/usr/bin/assistant
  44.264 +		# qtconfig packaged now in separate package
  44.265 +		rm $fs/usr/bin/qtconfig
  44.266 +		rm $fs/usr/share/qt/translations/qtconfig*.qm
  44.267 +		;;
  44.268 +	qt4-phonon)
  44.269 +		CAT="multimedia|Qt phonon library"
  44.270 +		DEPENDS="glib zlib gcc-lib-base"
  44.271 +		SUGGESTED="gst0-plugins-good"
  44.272 +		mkdir -p $fs/usr/lib
  44.273 +		cp -a $install/usr/lib/libphonon.so* $fs/usr/lib
  44.274 +		mkdir -p $fs/usr/lib/qt/plugins/phonon_backend
  44.275 +		cp -a $install/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so $fs/usr/lib/qt/plugins/phonon_backend/libphonon_gstreamer.so
  44.276 +		;;
  44.277 +	qtconfig-phonon)
  44.278 +		CAT="x-window|Qtconfig is a tool that allows users to customize the default settings for Qt applications."
  44.279 +		DEPENDS="gst0-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
  44.280 +		mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
  44.281 +		cp -a $install/usr/bin/qtconfig $fs/usr/bin
  44.282 +		cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
  44.283 +		;;
  44.284 +	QtDesigner)
  44.285 +		CAT="development|Qt Designer"
  44.286 +		TAGS="qt"
  44.287 +		DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
  44.288 +			libQtDesigner libQtScript expat fontconfig freetype \
  44.289 +			glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
  44.290 +			xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \
  44.291 +			xorg-libXrender zlib libpng gcc-lib-base"
  44.292 +		mkdir -p $fs/usr/bin \
  44.293 +			 $fs/usr/share/pixmaps \
  44.294 +			 $fs/usr/share/applications
  44.295 +
  44.296 +		cp -a $install/usr/bin/designer* $fs/usr/bin
  44.297 +		cp -a $install/usr/bin/linguist* $fs/usr/bin
  44.298 +		cp -a $install/usr/bin/assistant* $fs/usr/bin
  44.299 +		
  44.300 +		# add missing icons
  44.301 +		cp -a $src/tools/assistant/tools/assistant/images/assistant.png $fs/usr/share/pixmaps
  44.302 +		cp -a $src/tools/designer/src/designer/images/designer.png $fs/usr/share/pixmaps
  44.303 +		cp -a $src/tools/linguist/linguist/images/icons/linguist-16-32.png  $fs/usr/share/pixmaps
  44.304 +	
  44.305 +		# add .desktop files
  44.306 +		cp -a stuff/*  $fs/usr/share/applications
  44.307 +		;;
  44.308 +	qt-locale-cs)
  44.309 +		CAT="localization|Czech locale for Qt"
  44.310 +		LICENSE="GPL3 LGPL2.1 FDL other"
  44.311 +		LOCALE="cs"
  44.312 +		BOOK=""
  44.313 +		genpkg_locale
  44.314 +		;;
  44.315 +	qt-locale-da)
  44.316 +		CAT="localization|Danish locale for Qt"
  44.317 +		LOCALE="da"
  44.318 +		BOOK="danish"
  44.319 +		genpkg_locale
  44.320 +		;;
  44.321 +	qt-locale-de)
  44.322 +		CAT="localization|German locale for Qt"
  44.323 +		LOCALE="de"
  44.324 +		BOOK="german"
  44.325 +		genpkg_locale
  44.326 +		;;
  44.327 +	qt-locale-es)
  44.328 +		CAT="localization|Spanish locale for Qt"
  44.329 +		LOCALE="es"
  44.330 +		BOOK="spanish"
  44.331 +		genpkg_locale
  44.332 +		;;
  44.333 +	qt-locale-fr)
  44.334 +		CAT="localization|French locale for Qt"
  44.335 +		LOCALE="fr"
  44.336 +		BOOK="french"
  44.337 +		genpkg_locale
  44.338 +		;;
  44.339 +	qt-locale-hu)
  44.340 +		CAT="localization|Hungarian locale for Qt"
  44.341 +		LOCALE="hu"
  44.342 +		BOOK="hungarian"
  44.343 +		genpkg_locale
  44.344 +		;;
  44.345 +	qt-locale-pl)
  44.346 +		CAT="localization|Polish locale for Qt"
  44.347 +		LOCALE="pl"
  44.348 +		BOOK="polish"
  44.349 +		genpkg_locale
  44.350 +		;;
  44.351 +	qt-locale-pt)
  44.352 +		CAT="localization|Portuguese locale for Qt"
  44.353 +		LOCALE="pt"
  44.354 +		BOOK=""
  44.355 +		genpkg_locale
  44.356 +		;;
  44.357 +	qt-locale-ru)
  44.358 +		CAT="localization|Russian locale for Qt"
  44.359 +		LOCALE="ru"
  44.360 +		BOOK="russian"
  44.361 +		genpkg_locale
  44.362 +		;;
  44.363 +	qt-locale-sl)
  44.364 +		CAT="localization|Slovenian locale for Qt"
  44.365 +		LOCALE="sl"
  44.366 +		BOOK=""
  44.367 +		genpkg_locale
  44.368 +		;;
  44.369 +	qt-locale-sv)
  44.370 +		CAT="localization|Swedish locale for Qt"
  44.371 +		LOCALE="sv"
  44.372 +		BOOK="swedish"
  44.373 +		genpkg_locale
  44.374 +		;;
  44.375 +	qt-locale-uk)
  44.376 +		CAT="localization|Ukrainian locale for Qt"
  44.377 +		LOCALE="uk"
  44.378 +		BOOK=""
  44.379 +		genpkg_locale
  44.380 +		;;
  44.381 +	qt-locale-zh_CN)
  44.382 +		CAT="localization|Chinese Simplified locale for Qt"
  44.383 +		LOCALE="zh_CN"
  44.384 +		BOOK=""
  44.385 +		genpkg_locale
  44.386 +		;;
  44.387 +	qt-locale-zh_TW)
  44.388 +		CAT="localization|Chinese Traditional locale for Qt"
  44.389 +		LOCALE="zh_TW"
  44.390 +		BOOK=""
  44.391 +		genpkg_locale
  44.392 +		;;
  44.393  }
  44.394 +
  44.395 +post_install_libQtGui()
  44.396 +{
  44.397 +        for i in $(ls "$1/home" 2> /dev/null); do
  44.398 +                [ -f "$1/home/$i/.config/Trolltech.conf" ] && continue
  44.399 +                cp "$1/etc/skel/.config/Trolltech.conf" "$1/home/$i/.config"
  44.400 +                chroot "$1/" chown -R $(stat -c "%u.%g" "$1/home/$i") "/home/$i/.config"
  44.401 +        done
  44.402 +}
    45.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    45.2 +++ b/qt4/stuff/Trolltech.conf	Mon Oct 16 15:34:21 2017 +0200
    45.3 @@ -0,0 +1,8 @@
    45.4 +[Qt]
    45.5 +font="Sans Serif,10,-1,5,50,0,0,0,0,0"
    45.6 +Palette\active=#000000, #eeedec, #ffffff, #f6f6f5, #777676, #9f9e9d, #000000, #ffffff, #000000, #ffffff, #f2ece6, #000000, #c85858, #ffffff, #0000ff, #ff00ff, #d7e9ca, #000000, #ffffdc, #000000
    45.7 +Palette\inactive=#000000, #eeedec, #ffffff, #ffffff, #777676, #9f9e9d, #000000, #ffffff, #000000, #ffffff, #f2ece6, #000000, #c85858, #ffffff, #0000ff, #ff00ff, #d7e9ca, #000000, #ffffdc, #000000
    45.8 +Palette\disabled=#808080, #eeedec, #ffffff, #ffffff, #777676, #9f9e9d, #808080, #ffffff, #808080, #ffffff, #f2ece6, #000000, #c85858, #808080, #0000ff, #ff00ff, #d7e9ca, #000000, #ffffdc, #000000
    45.9 +style=Cleanlooks
   45.10 +wheelScrollLines=1
   45.11 +GUIEffects=general, animatemenu, animatecombo, animatetooltip, animatetoolbox
    46.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    46.2 +++ b/qt4/stuff/qtassistant.desktop	Mon Oct 16 15:34:21 2017 +0200
    46.3 @@ -0,0 +1,36 @@
    46.4 +[Desktop Entry]
    46.5 +Type=Application
    46.6 +Name=Qt Assistant
    46.7 +Name[bs]=Qt Asistent
    46.8 +Name[cs]=Qt asistent
    46.9 +Name[de]=Qt-Assistent
   46.10 +Name[el]=Βοηθός Qt
   46.11 +Name[es]=Asistente Qt
   46.12 +Name[pt]=Assistente do Qt
   46.13 +Name[pt_BR]=Assistente Qt
   46.14 +Name[ru]=Помощник Qt
   46.15 +Name[sl]=Pomočnik za Qt
   46.16 +Name[zh_CN]=Qt 助手
   46.17 +Name[zh_TW]=Qt 助理
   46.18 +GenericName=Qt Document Browser
   46.19 +GenericName[bs]=Preglednik QT dokumenata
   46.20 +GenericName[cs]=Prohlížeč dokumentace
   46.21 +GenericName[da]=Dokumentfremviser
   46.22 +GenericName[de]=Dokumentbrowser
   46.23 +GenericName[el]=Προβολέας εγγράφων
   46.24 +GenericName[es]=Navegador de documentos
   46.25 +GenericName[fr]=Explorateur de documentation Qt
   46.26 +GenericName[hu]=Dokumentumböngésző
   46.27 +GenericName[it]=Visualizzatore di documenti
   46.28 +GenericName[pt]=Navegador de Documentos
   46.29 +GenericName[pt_BR]=Navegador de Documentos
   46.30 +GenericName[ru]=Программа просмотра документов
   46.31 +GenericName[sl]=Pregledovalnik dokumentov
   46.32 +GenericName[sv]=Dokumentbläddrare
   46.33 +GenericName[zh_CN]=文档浏览器
   46.34 +GenericName[zh_TW]=文件閱讀器
   46.35 +Exec=/usr/bin/assistant
   46.36 +Icon=assistant
   46.37 +Terminal=false
   46.38 +Categories=Development;Documentation;
   46.39 +X-KDE-StartupNotify=true
    47.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    47.2 +++ b/qt4/stuff/qtconfig.desktop	Mon Oct 16 15:34:21 2017 +0200
    47.3 @@ -0,0 +1,10 @@
    47.4 +[Desktop Entry]
    47.5 +Name=Qt Config 
    47.6 +Comment=Configure Qt behavior, styles, fonts
    47.7 +Exec=/usr/bin/qtconfig
    47.8 +Icon=qtlogo
    47.9 +Terminal=false
   47.10 +Encoding=UTF-8
   47.11 +Type=Application
   47.12 +Categories=Qt;Settings;
   47.13 +NoDisplay=true
    48.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    48.2 +++ b/qt4/stuff/qtdesigner.desktop	Mon Oct 16 15:34:21 2017 +0200
    48.3 @@ -0,0 +1,35 @@
    48.4 +[Desktop Entry]
    48.5 +Type=Application
    48.6 +Name=Qt Designer
    48.7 +Name[cs]=Qt designer
    48.8 +Name[de]=Qt-Designer
    48.9 +Name[es]=Diseñador Qt
   48.10 +Name[it]=Designer Qt
   48.11 +Name[ru]=Qt Дизайнер
   48.12 +Name[sl]=Snovalnik Qt
   48.13 +Name[sv]=Qt designer
   48.14 +Name[zh_CN]=Qt 设计器
   48.15 +Name[zh_TW]=Qt 設計師
   48.16 +GenericName=Interface Designer
   48.17 +GenericName[bs]=Qt alat za dizajniranje interfejsa
   48.18 +GenericName[cs]=Návrhář rozhraní
   48.19 +GenericName[da]=Grænsefladedesigner
   48.20 +GenericName[de]=Schnittstellen-Designer
   48.21 +GenericName[el]=Σχεδιασμός Περιβάλλοντων
   48.22 +GenericName[es]=Diseñador de interfaces
   48.23 +GenericName[fr]=Concepteur d'interface
   48.24 +GenericName[hu]=grafikus felülettervező
   48.25 +GenericName[it]=Disegnatore di interfacce
   48.26 +GenericName[pt]=Editor de Interfaces
   48.27 +GenericName[pt_BR]=Criador da Interface
   48.28 +GenericName[ru]=Редактор интерфейса приложений Qt
   48.29 +GenericName[sl]=Snovalnik vmesnikov
   48.30 +GenericName[sv]=Gränssnittseditor
   48.31 +GenericName[zh_CN]=界面设计程序
   48.32 +GenericName[zh_TW]=界面設計師
   48.33 +Exec=/usr/bin/designer
   48.34 +Icon=designer
   48.35 +StartupNotify=false
   48.36 +Terminal=false
   48.37 +Categories=Development;
   48.38 +MimeType=application/x-designer;
    49.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
    49.2 +++ b/qt4/stuff/qtlinguist.desktop	Mon Oct 16 15:34:21 2017 +0200
    49.3 @@ -0,0 +1,34 @@
    49.4 +[Desktop Entry]
    49.5 +Type=Application
    49.6 +Name=Qt Linguist
    49.7 +Name[de]=Qt-Linguist
    49.8 +Name[es]=Lingüista Qt
    49.9 +Name[pt_BR]=Lingüista 
   49.10 +Name[ru]=Qt Лингвист
   49.11 +Name[sl]=Jezikoslovec Qt
   49.12 +Name[sv]=Qt linguist
   49.13 +Name[zh_CN]=Qt 语言家
   49.14 +Name[zh_TW]=Qt 語言學家
   49.15 +GenericName=Translation Tool
   49.16 +GenericName[bs]=Alat za prevođenje
   49.17 +GenericName[cs]=Překladatelský nástroj
   49.18 +GenericName[da]=Oversættelsesværktøj
   49.19 +GenericName[de]=Übersetzungsprogramm
   49.20 +GenericName[el]=Εργαλείο μεταφράσεων
   49.21 +GenericName[es]=Herramienta de traducción
   49.22 +GenericName[fr]=Outil de traduction
   49.23 +GenericName[hu]=Fordítássegítő
   49.24 +GenericName[it]=Strumento per le traduzioni
   49.25 +GenericName[pt]=Ferramenta de Tradução
   49.26 +GenericName[pt_BR]=Ferramenta de Tradução
   49.27 +GenericName[ru]=Переводчик для Qt
   49.28 +GenericName[sl]=Orodje za prevajanje
   49.29 +GenericName[sv]=Översättningsverktyg
   49.30 +GenericName[zh_CN]=翻译工具
   49.31 +GenericName[zh_TW]=翻譯工具
   49.32 +Exec=/usr/bin/linguist
   49.33 +Icon=linguist
   49.34 +Terminal=false
   49.35 +Categories=Development;
   49.36 +MimeType=application/x-linguist;
   49.37 +X-KDE-StartupNotify=true
    50.1 --- a/qtconfig-phonon/receipt	Mon Oct 16 13:38:21 2017 +0200
    50.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    50.3 @@ -1,21 +0,0 @@
    50.4 -# SliTaz package receipt.
    50.5 -
    50.6 -PACKAGE="qtconfig-phonon"
    50.7 -VERSION="4.8.6"
    50.8 -CATEGORY="x-window"
    50.9 -SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
   50.10 -MAINTAINER="slaxemulator@gmail.com"
   50.11 -LICENSE="GPL3 LGPL2.1"
   50.12 -WEB_SITE="http://qt-project.org/"
   50.13 -WANTED="qt4"
   50.14 -
   50.15 -DEPENDS="gst0-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
   50.16 -
   50.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   50.18 -genpkg_rules()
   50.19 -{
   50.20 -	mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
   50.21 -	cp -a $install/usr/bin/qtconfig $fs/usr/bin
   50.22 -	cp -a $install/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
   50.23 -}
   50.24 -
    51.1 --- a/qtconfig-phonon/stuff/qtconfig.desktop	Mon Oct 16 13:38:21 2017 +0200
    51.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    51.3 @@ -1,10 +0,0 @@
    51.4 -[Desktop Entry]
    51.5 -Name=Qt Config 
    51.6 -Comment=Configure Qt behavior, styles, fonts
    51.7 -Exec=/usr/bin/qtconfig
    51.8 -Icon=qtlogo
    51.9 -Terminal=false
   51.10 -Encoding=UTF-8
   51.11 -Type=Application
   51.12 -Categories=Qt;Settings;
   51.13 -NoDisplay=true