wok-undigest rev 1007

Cleanup
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 22 18:47:01 2013 +0200 (2013-04-22)
parents 56c24a2c5e2a
children 2996cce37701
files PyQt-x11-gpl/receipt Qt4-dev/receipt QtDesigner/receipt QtDesigner/stuff/qtassistant.desktop QtDesigner/stuff/qtdesigner.desktop QtDesigner/stuff/qtlinguist.desktop faenza-icon-theme/receipt faenza-icon-theme/stuff/Faenza-Dark-index.theme faenza-icon-theme/stuff/Faenza-Darker-index.theme faenza-icon-theme/stuff/Faenza-Darkest-index.theme faenza-icon-theme/stuff/Faenza-index.theme gobject-introspection-dev/receipt gobject-introspection/receipt guvcview/receipt libQt3Support/receipt libQtClucene/receipt libQtCore/receipt libQtDBus/receipt libQtDeclarative/receipt libQtDesigner/receipt libQtGui/receipt libQtHelp/receipt libQtNetwork/receipt libQtOpenGL/receipt libQtPlugins/receipt libQtScript/receipt libQtScriptTools/receipt libQtSql/receipt libQtSvg/receipt libQtTest/receipt libQtWebkit/receipt libQtXml/receipt midori/receipt midori/stuff/applications/midori-private.desktop midori/stuff/applications/midori.desktop midori/stuff/config midori/stuff/search nano/description.txt nano/receipt nano/stuff/nano.desktop nano/stuff/nano.png nano/stuff/nanorc openerp-server/receipt openerp-server/stuff/etc/init.d/openerp-server openerp-server/stuff/etc/pgsql.d/openerp openerp-server/stuff/usr/share/applications/openerp.desktop perl/receipt perl/stuff/miniperlmain.patch poppler-qt4-dev/receipt poppler-qt4/receipt python-apsw/receipt qmake/receipt qt4-phonon/receipt qt4/receipt qt4/stuff/missinglist qtconfig/receipt qtconfig/stuff/qtconfig.desktop slitaz-i18n/receipt slitaz-i18n/stuff/locale-pack.conf slitaz-i18n/stuff/locale-pack.functions sudo-pam/receipt sudo-pam/stuff/etc/pam.d/sudo sudo-pam/stuff/etc/security/limits.conf
line diff
     1.1 --- a/PyQt-x11-gpl/receipt	Mon Apr 22 18:32:33 2013 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,36 +0,0 @@
     1.4 -# SliTaz package receipt.
     1.5 -
     1.6 -PACKAGE="PyQt-x11-gpl"
     1.7 -VERSION="4.9.6"
     1.8 -CATEGORY="development"
     1.9 -SHORT_DESC="PyQt"
    1.10 -MAINTAINER="allan316@gmail.com"
    1.11 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.12 -WEB_SITE="http://www.riverbankcomputing.co.uk"
    1.13 -WGET_URL="http://sourceforge.net/projects/pyqt/files/PyQt4/PyQt-4.9.6/$TARBALL"
    1.14 -
    1.15 -DEPENDS="python libQtDesigner libQtScript  libQtCore libQtGui \
    1.16 -libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql \
    1.17 -libQtDBus libQtClucene sip gcc-lib-base dbus"
    1.18 -BUILD_DEPENDS="python-dev Qt4-dev qmake libQtDesigner libQtScript libQtCore \
    1.19 -libQtGui libQtWebkit libQtXml libQtNetwork libQtSvg libQtSql libQtDBus libQtClucene \
    1.20 -sip sip-dev"
    1.21 -
    1.22 -# Rules to configure and make the package.
    1.23 -compile_rules()
    1.24 -{
    1.25 -	cd $src
    1.26 -	yes yes | python configure.py --confirm-license
    1.27 -	make $MAKEFLAGS &&
    1.28 -	make DESTDIR=$DESTDIR install
    1.29 -}
    1.30 -
    1.31 -# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 -genpkg_rules()
    1.33 -{
    1.34 -	mkdir -p $fs/usr
    1.35 -	cp -a $install/usr/bin $fs/usr
    1.36 -	cp -a $install/usr/lib $fs/usr
    1.37 -	cp -a $install/usr/share $fs/usr
    1.38 -}
    1.39 -
     2.1 --- a/Qt4-dev/receipt	Mon Apr 22 18:32:33 2013 +0200
     2.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.3 @@ -1,45 +0,0 @@
     2.4 -# SliTaz package receipt.
     2.5 -
     2.6 -PACKAGE="Qt4-dev"
     2.7 -VERSION="4.8.4"
     2.8 -CATEGORY="development"
     2.9 -SHORT_DESC="qt x11 toolkit"
    2.10 -MAINTAINER="allan316@gmail.com"
    2.11 -DEPENDS="QtDesigner jpeg tiff libpng mesa libglu-mesa \
    2.12 -freetds libmysqlclient libpostgresqlclient libunixODBC xcb-util \
    2.13 -libQt3Support libQtClucene libQtPlugins libQtDBus libQtHelp libQtOpenGL \
    2.14 -libQtScript libQtSql libQtScriptTools libQtWebkit libQtTest \
    2.15 -qtconfig gcc-lib-base"
    2.16 -SUGGESTED="libmng nvidia"
    2.17 -WEB_SITE="http://qt-project.org/"
    2.18 -WANTED="qt4"
    2.19 -
    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/lib $fs/usr/include/private
    2.25 -	cp -a $_pkg/usr/include $fs/usr
    2.26 -	cp -a $_pkg/usr/lib/pkgconfig  $fs/usr/lib
    2.27 -	cp -a $_pkg/usr/lib/*.*a  $fs/usr/lib/	
    2.28 -	cp -a $_pkg/usr/lib/*.prl  $fs/usr/lib/	
    2.29 -	cp -a $_pkg/usr/share  $fs/usr	
    2.30 -	cp -a $_pkg/usr/lib/qt $fs/usr/lib
    2.31 -
    2.32 -	#private qt includes
    2.33 -	for i in $src/include/*/private/*; do cp $src/$(cat $i | sed 's/^#include "[./]*\([a-z].*\)"$/\1/') $fs/usr/include/private; done
    2.34 -	
    2.35 -	# all qt plugins are in libQtPlugins
    2.36 -	rm -rf $fs/usr/lib/qt/plugins
    2.37 -	# all bin and remove QT applications designer, qmake, assistant, linguist: provide seperate packages
    2.38 -	cp -a $_pkg/usr/bin $fs/usr	
    2.39 -	rm $fs/usr/bin/qmake
    2.40 -	rm $fs/usr/bin/designer
    2.41 -	# Linguist and assistant are now part of QTDesigner packages
    2.42 -	rm $fs/usr/bin/linguist
    2.43 -	rm $fs/usr/bin/assistant
    2.44 -	# qtconfig packaged now in separate package
    2.45 -	rm $fs/usr/bin/qtconfig
    2.46 -	rm $fs/usr/share/qt/translations/qtconfig*.qm
    2.47 -}
    2.48 -
     3.1 --- a/QtDesigner/receipt	Mon Apr 22 18:32:33 2013 +0200
     3.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.3 @@ -1,34 +0,0 @@
     3.4 -# SliTaz package receipt.
     3.5 -
     3.6 -PACKAGE="QtDesigner"
     3.7 -VERSION="4.8.4"
     3.8 -CATEGORY="development"
     3.9 -SHORT_DESC="Qt Designer"
    3.10 -MAINTAINER="allan316@gmail.com"
    3.11 -DEPENDS="libQtCore libQtGui libQtNetwork libQtSvg libQtXml libQtDesigner libQtScript \
    3.12 -expat fontconfig freetype glib xorg-libICE xorg-libSM xorg-libX11 xorg-libXau \
    3.13 -xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr xorg-libXrender zlib \
    3.14 -libpng gcc-lib-base"
    3.15 -WEB_SITE="http://qt-project.org/"
    3.16 -WANTED="qt4"
    3.17 -TAGS="qt"
    3.18 -
    3.19 -# Rules to gen a SliTaz package suitable for Tazpkg.
    3.20 -genpkg_rules()
    3.21 -{
    3.22 -	mkdir -p $fs/usr/bin \
    3.23 -			 $fs/usr/share/pixmaps \
    3.24 -			 $fs/usr/share/applications
    3.25 -
    3.26 -	cp -a $_pkg/usr/bin/designer* $fs/usr/bin
    3.27 -	cp -a $_pkg/usr/bin/linguist* $fs/usr/bin
    3.28 -	cp -a $_pkg/usr/bin/assistant* $fs/usr/bin
    3.29 -		
    3.30 -	# add missing icons
    3.31 -	cp -a $src/tools/assistant/tools/assistant/images/assistant.png $fs/usr/share/pixmaps
    3.32 -	cp -a $src/tools/designer/src/designer/images/designer.png $fs/usr/share/pixmaps
    3.33 -	cp -a $src/tools/linguist/linguist/images/icons/linguist-16-32.png  $fs/usr/share/pixmaps
    3.34 -	
    3.35 -	# add .desktop files
    3.36 -	cp -a stuff/*  $fs/usr/share/applications
    3.37 -}
     4.1 --- a/QtDesigner/stuff/qtassistant.desktop	Mon Apr 22 18:32:33 2013 +0200
     4.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     4.3 @@ -1,36 +0,0 @@
     4.4 -[Desktop Entry]
     4.5 -Type=Application
     4.6 -Name=Qt Assistant
     4.7 -Name[bs]=Qt Asistent
     4.8 -Name[cs]=Qt asistent
     4.9 -Name[de]=Qt-Assistent
    4.10 -Name[el]=Βοηθός Qt
    4.11 -Name[es]=Asistente Qt
    4.12 -Name[pt]=Assistente do Qt
    4.13 -Name[pt_BR]=Assistente Qt
    4.14 -Name[ru]=Помощник Qt
    4.15 -Name[sl]=Pomočnik za Qt
    4.16 -Name[zh_CN]=Qt 助手
    4.17 -Name[zh_TW]=Qt 助理
    4.18 -GenericName=Qt Document Browser
    4.19 -GenericName[bs]=Preglednik QT dokumenata
    4.20 -GenericName[cs]=Prohlížeč dokumentace
    4.21 -GenericName[da]=Dokumentfremviser
    4.22 -GenericName[de]=Dokumentbrowser
    4.23 -GenericName[el]=Προβολέας εγγράφων
    4.24 -GenericName[es]=Navegador de documentos
    4.25 -GenericName[fr]=Explorateur de documentation Qt
    4.26 -GenericName[hu]=Dokumentumböngésző
    4.27 -GenericName[it]=Visualizzatore di documenti
    4.28 -GenericName[pt]=Navegador de Documentos
    4.29 -GenericName[pt_BR]=Navegador de Documentos
    4.30 -GenericName[ru]=Программа просмотра документов
    4.31 -GenericName[sl]=Pregledovalnik dokumentov
    4.32 -GenericName[sv]=Dokumentbläddrare
    4.33 -GenericName[zh_CN]=文档浏览器
    4.34 -GenericName[zh_TW]=文件閱讀器
    4.35 -Exec=/usr/bin/assistant
    4.36 -Icon=assistant
    4.37 -Terminal=false
    4.38 -Categories=Development;Documentation;
    4.39 -X-KDE-StartupNotify=true
     5.1 --- a/QtDesigner/stuff/qtdesigner.desktop	Mon Apr 22 18:32:33 2013 +0200
     5.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     5.3 @@ -1,35 +0,0 @@
     5.4 -[Desktop Entry]
     5.5 -Type=Application
     5.6 -Name=Qt Designer
     5.7 -Name[cs]=Qt designer
     5.8 -Name[de]=Qt-Designer
     5.9 -Name[es]=Diseñador Qt
    5.10 -Name[it]=Designer Qt
    5.11 -Name[ru]=Qt Дизайнер
    5.12 -Name[sl]=Snovalnik Qt
    5.13 -Name[sv]=Qt designer
    5.14 -Name[zh_CN]=Qt 设计器
    5.15 -Name[zh_TW]=Qt 設計師
    5.16 -GenericName=Interface Designer
    5.17 -GenericName[bs]=Qt alat za dizajniranje interfejsa
    5.18 -GenericName[cs]=Návrhář rozhraní
    5.19 -GenericName[da]=Grænsefladedesigner
    5.20 -GenericName[de]=Schnittstellen-Designer
    5.21 -GenericName[el]=Σχεδιασμός Περιβάλλοντων
    5.22 -GenericName[es]=Diseñador de interfaces
    5.23 -GenericName[fr]=Concepteur d'interface
    5.24 -GenericName[hu]=grafikus felülettervező
    5.25 -GenericName[it]=Disegnatore di interfacce
    5.26 -GenericName[pt]=Editor de Interfaces
    5.27 -GenericName[pt_BR]=Criador da Interface
    5.28 -GenericName[ru]=Редактор интерфейса приложений Qt
    5.29 -GenericName[sl]=Snovalnik vmesnikov
    5.30 -GenericName[sv]=Gränssnittseditor
    5.31 -GenericName[zh_CN]=界面设计程序
    5.32 -GenericName[zh_TW]=界面設計師
    5.33 -Exec=/usr/bin/designer
    5.34 -Icon=designer
    5.35 -StartupNotify=false
    5.36 -Terminal=false
    5.37 -Categories=Development;
    5.38 -MimeType=application/x-designer;
     6.1 --- a/QtDesigner/stuff/qtlinguist.desktop	Mon Apr 22 18:32:33 2013 +0200
     6.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     6.3 @@ -1,34 +0,0 @@
     6.4 -[Desktop Entry]
     6.5 -Type=Application
     6.6 -Name=Qt Linguist
     6.7 -Name[de]=Qt-Linguist
     6.8 -Name[es]=Lingüista Qt
     6.9 -Name[pt_BR]=Lingüista 
    6.10 -Name[ru]=Qt Лингвист
    6.11 -Name[sl]=Jezikoslovec Qt
    6.12 -Name[sv]=Qt linguist
    6.13 -Name[zh_CN]=Qt 语言家
    6.14 -Name[zh_TW]=Qt 語言學家
    6.15 -GenericName=Translation Tool
    6.16 -GenericName[bs]=Alat za prevođenje
    6.17 -GenericName[cs]=Překladatelský nástroj
    6.18 -GenericName[da]=Oversættelsesværktøj
    6.19 -GenericName[de]=Übersetzungsprogramm
    6.20 -GenericName[el]=Εργαλείο μεταφράσεων
    6.21 -GenericName[es]=Herramienta de traducción
    6.22 -GenericName[fr]=Outil de traduction
    6.23 -GenericName[hu]=Fordítássegítő
    6.24 -GenericName[it]=Strumento per le traduzioni
    6.25 -GenericName[pt]=Ferramenta de Tradução
    6.26 -GenericName[pt_BR]=Ferramenta de Tradução
    6.27 -GenericName[ru]=Переводчик для Qt
    6.28 -GenericName[sl]=Orodje za prevajanje
    6.29 -GenericName[sv]=Översättningsverktyg
    6.30 -GenericName[zh_CN]=翻译工具
    6.31 -GenericName[zh_TW]=翻譯工具
    6.32 -Exec=/usr/bin/linguist
    6.33 -Icon=linguist
    6.34 -Terminal=false
    6.35 -Categories=Development;
    6.36 -MimeType=application/x-linguist;
    6.37 -X-KDE-StartupNotify=true
     7.1 --- a/faenza-icon-theme/receipt	Mon Apr 22 18:32:33 2013 +0200
     7.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     7.3 @@ -1,32 +0,0 @@
     7.4 -# SliTaz package receipt.
     7.5 -
     7.6 -PACKAGE="faenza-icon-theme"
     7.7 -VERSION="1.3"
     7.8 -CATEGORY="x-window"
     7.9 -SHORT_DESC="Faenza icon theme"
    7.10 -MAINTAINER="al.bobylev@gmail.com"
    7.11 -DEPENDS=""
    7.12 -TARBALL="${PACKAGE}_$VERSION.zip"
    7.13 -WEB_SITE="http://tiheum.deviantart.com/art/Faenza-Icons-173323228"
    7.14 -WGET_URL="http://dl.dropbox.com/u/9966975/$TARBALL"
    7.15 -
    7.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
    7.17 -genpkg_rules()
    7.18 -{
    7.19 -	mkdir -p $fs/usr/share/icons
    7.20 -	cd $fs/usr/share/icons
    7.21 -	tar xf $src/Faenza.tar.gz
    7.22 -	tar xf $src/Faenza-Dark.tar.gz
    7.23 -	tar xf $src/Faenza-Darkest.tar.gz
    7.24 -	tar xf $src/Faenza-Darker.tar.gz
    7.25 -	# remove big sizes and scalable
    7.26 -	rm -rf $(find . -type d -regex '.*/\(64\|96\|scalable\)')
    7.27 -	# remove emblems and extras
    7.28 -	rm -rf $(find . -type d -regex '.*/\(emblems\|extras\)')
    7.29 -#	sed -i '/Directories=/ s/\(.+\)\(,actions\/64.*\)/\1/' Faenza/index.theme
    7.30 -
    7.31 -	for name in Faenza Faenza-Dark Faenza-Darkest Faenza-Darker; do
    7.32 -		cp -f $stuff/${name}-index.theme $fs/usr/share/icons/${name}/index.theme
    7.33 -	done
    7.34 -}
    7.35 -
     8.1 --- a/faenza-icon-theme/stuff/Faenza-Dark-index.theme	Mon Apr 22 18:32:33 2013 +0200
     8.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     8.3 @@ -1,260 +0,0 @@
     8.4 -[Icon Theme]
     8.5 -Name=Faenza-Dark
     8.6 -Inherits=Faenza
     8.7 -Comment=Icon theme project with tilish style, by Tiheum
     8.8 -Directories=emblems/8,actions/16,animations/16,apps/16,categories/16,devices/16,emblems/16,mimetypes/16,places/16,status/16,stock/16,actions/22,animations/22,apps/22,categories/22,devices/22,emblems/22,mimetypes/22,places/22,status/22,stock/22,actions/24,animations/24,apps/24,categories/24,devices/24,emblems/24,mimetypes/24,places/24,status/24,stock/24,actions/32,animations/32,apps/32,categories/32,devices/32,emblems/32,mimetypes/32,places/32,status/32,stock/32,actions/48,animations/48,apps/48,categories/48,devices/48,emblems/48,mimetypes/48,places/48,status/48,stock/48
     8.9 -
    8.10 -[emblems/8]
    8.11 -Size=8
    8.12 -Context=Emblems
    8.13 -Type=fixed
    8.14 -
    8.15 -[actions/16]
    8.16 -Size=16
    8.17 -Context=Actions
    8.18 -Type=fixed
    8.19 -
    8.20 -[animations/16]
    8.21 -Size=16
    8.22 -Context=Animations
    8.23 -Type=fixed
    8.24 -
    8.25 -[apps/16]
    8.26 -Size=16
    8.27 -Context=Apps
    8.28 -Type=fixed
    8.29 -
    8.30 -[devices/16]
    8.31 -Size=16
    8.32 -Context=Devices
    8.33 -Type=fixed
    8.34 -
    8.35 -[categories/16]
    8.36 -Size=16
    8.37 -Context=Categories
    8.38 -Type=fixed
    8.39 -
    8.40 -[emblems/16]
    8.41 -Size=16
    8.42 -Context=Emblems
    8.43 -Type=fixed
    8.44 -
    8.45 -[mimetypes/16]
    8.46 -Size=16
    8.47 -Context=Mimetypes
    8.48 -Type=fixed
    8.49 -
    8.50 -[places/16]
    8.51 -Size=16
    8.52 -Context=Places
    8.53 -Type=fixed
    8.54 -
    8.55 -[status/16]
    8.56 -Size=16
    8.57 -Context=Status
    8.58 -Type=fixed
    8.59 -
    8.60 -[stock/16]
    8.61 -Size=16
    8.62 -Context=Stock
    8.63 -Type=fixed
    8.64 -
    8.65 -[actions/22]
    8.66 -Size=22
    8.67 -Context=Actions
    8.68 -Type=fixed
    8.69 -
    8.70 -[animations/22]
    8.71 -Size=22
    8.72 -Context=Animations
    8.73 -Type=fixed
    8.74 -
    8.75 -[apps/22]
    8.76 -Size=22
    8.77 -Context=Apps
    8.78 -Type=fixed
    8.79 -
    8.80 -[devices/22]
    8.81 -Size=22
    8.82 -Context=Devices
    8.83 -Type=fixed
    8.84 -
    8.85 -[categories/22]
    8.86 -Size=22
    8.87 -Context=Categories
    8.88 -Type=fixed
    8.89 -
    8.90 -[emblems/22]
    8.91 -Size=22
    8.92 -Context=Emblems
    8.93 -Type=fixed
    8.94 -
    8.95 -[mimetypes/22]
    8.96 -Size=22
    8.97 -Context=Mimetypes
    8.98 -Type=fixed
    8.99 -
   8.100 -[places/22]
   8.101 -Size=22
   8.102 -Context=Places
   8.103 -Type=fixed
   8.104 -
   8.105 -[status/22]
   8.106 -Size=22
   8.107 -Context=Status
   8.108 -Type=fixed
   8.109 -
   8.110 -[stock/22]
   8.111 -Size=22
   8.112 -Context=Stock
   8.113 -Type=fixed
   8.114 -
   8.115 -[actions/24]
   8.116 -Size=24
   8.117 -Context=Actions
   8.118 -Type=fixed
   8.119 -
   8.120 -[animations/24]
   8.121 -Size=24
   8.122 -Context=Animations
   8.123 -Type=fixed
   8.124 -
   8.125 -[apps/24]
   8.126 -Size=24
   8.127 -Context=Apps
   8.128 -Type=fixed
   8.129 -
   8.130 -[categories/24]
   8.131 -Size=24
   8.132 -Context=Categories
   8.133 -Type=fixed
   8.134 -
   8.135 -[devices/24]
   8.136 -Size=24
   8.137 -Context=Devices
   8.138 -Type=fixed
   8.139 -
   8.140 -[emblems/24]
   8.141 -Size=24
   8.142 -Context=Emblems
   8.143 -Type=fixed
   8.144 -
   8.145 -[mimetypes/24]
   8.146 -Size=24
   8.147 -Context=Mimetypes
   8.148 -Type=fixed
   8.149 -
   8.150 -[places/24]
   8.151 -Size=24
   8.152 -Context=Places
   8.153 -Type=fixed
   8.154 -
   8.155 -[status/24]
   8.156 -Size=24
   8.157 -Context=Status
   8.158 -Type=fixed
   8.159 -
   8.160 -[stock/24]
   8.161 -Size=24
   8.162 -Context=Stock
   8.163 -Type=fixed
   8.164 -
   8.165 -[actions/32]
   8.166 -Size=32
   8.167 -Context=Actions
   8.168 -Type=fixed
   8.169 -
   8.170 -[animations/32]
   8.171 -Size=32
   8.172 -Context=Animations
   8.173 -Type=fixed
   8.174 -
   8.175 -[apps/32]
   8.176 -Size=32
   8.177 -Context=Apps
   8.178 -Type=fixed
   8.179 -
   8.180 -[devices/32]
   8.181 -Size=32
   8.182 -Context=Devices
   8.183 -Type=fixed
   8.184 -
   8.185 -[categories/32]
   8.186 -Size=32
   8.187 -Context=Categories
   8.188 -Type=fixed
   8.189 -
   8.190 -[emblems/32]
   8.191 -Size=32
   8.192 -Context=Emblems
   8.193 -Type=fixed
   8.194 -
   8.195 -[mimetypes/32]
   8.196 -Size=32
   8.197 -Context=Mimetypes
   8.198 -Type=fixed
   8.199 -
   8.200 -[places/32]
   8.201 -Size=32
   8.202 -Context=Places
   8.203 -Type=fixed
   8.204 -
   8.205 -[status/32]
   8.206 -Size=32
   8.207 -Context=Status
   8.208 -Type=fixed
   8.209 -
   8.210 -[stock/32]
   8.211 -Size=32
   8.212 -Context=Stock
   8.213 -Type=fixed
   8.214 -
   8.215 -[actions/48]
   8.216 -Size=48
   8.217 -Context=Actions
   8.218 -Type=fixed
   8.219 -
   8.220 -[animations/48]
   8.221 -Size=48
   8.222 -Context=Animations
   8.223 -Type=fixed
   8.224 -
   8.225 -[apps/48]
   8.226 -Size=48
   8.227 -Context=Apps
   8.228 -Type=fixed
   8.229 -
   8.230 -[devices/48]
   8.231 -Size=48
   8.232 -Context=Devices
   8.233 -Type=fixed
   8.234 -
   8.235 -[categories/48]
   8.236 -Size=48
   8.237 -Context=Categories
   8.238 -Type=fixed
   8.239 -
   8.240 -[emblems/48]
   8.241 -Size=48
   8.242 -Context=Emblems
   8.243 -Type=fixed
   8.244 -
   8.245 -[mimetypes/48]
   8.246 -Size=48
   8.247 -Context=Mimetypes
   8.248 -Type=fixed
   8.249 -
   8.250 -[places/48]
   8.251 -Size=48
   8.252 -Context=Places
   8.253 -Type=fixed
   8.254 -
   8.255 -[status/48]
   8.256 -Size=48
   8.257 -Context=Status
   8.258 -Type=fixed
   8.259 -
   8.260 -[stock/48]
   8.261 -Size=48
   8.262 -Context=Stock
   8.263 -Type=fixed
     9.1 --- a/faenza-icon-theme/stuff/Faenza-Darker-index.theme	Mon Apr 22 18:32:33 2013 +0200
     9.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     9.3 @@ -1,260 +0,0 @@
     9.4 -[Icon Theme]
     9.5 -Name=Faenza-Darker
     9.6 -Inherits=Faenza-Darkest
     9.7 -Comment=A Faenza variant suitable for GTK themes with dark panels and menus
     9.8 -Directories=emblems/8,actions/16,animations/16,apps/16,categories/16,devices/16,emblems/16,mimetypes/16,places/16,status/16,stock/16,actions/22,animations/22,apps/22,categories/22,devices/22,emblems/22,mimetypes/22,places/22,status/22,stock/22,actions/24,animations/24,apps/24,categories/24,devices/24,emblems/24,mimetypes/24,places/24,status/24,stock/24,actions/32,animations/32,apps/32,categories/32,devices/32,emblems/32,mimetypes/32,places/32,status/32,stock/32,actions/48,animations/48,apps/48,categories/48,devices/48,emblems/48,mimetypes/48,places/48,status/48,stock/48
     9.9 -
    9.10 -[emblems/8]
    9.11 -Size=8
    9.12 -Context=Emblems
    9.13 -Type=fixed
    9.14 -
    9.15 -[actions/16]
    9.16 -Size=16
    9.17 -Context=Actions
    9.18 -Type=fixed
    9.19 -
    9.20 -[animations/16]
    9.21 -Size=16
    9.22 -Context=Animations
    9.23 -Type=fixed
    9.24 -
    9.25 -[apps/16]
    9.26 -Size=16
    9.27 -Context=Apps
    9.28 -Type=fixed
    9.29 -
    9.30 -[devices/16]
    9.31 -Size=16
    9.32 -Context=Devices
    9.33 -Type=fixed
    9.34 -
    9.35 -[categories/16]
    9.36 -Size=16
    9.37 -Context=Categories
    9.38 -Type=fixed
    9.39 -
    9.40 -[emblems/16]
    9.41 -Size=16
    9.42 -Context=Emblems
    9.43 -Type=fixed
    9.44 -
    9.45 -[mimetypes/16]
    9.46 -Size=16
    9.47 -Context=Mimetypes
    9.48 -Type=fixed
    9.49 -
    9.50 -[places/16]
    9.51 -Size=16
    9.52 -Context=Places
    9.53 -Type=fixed
    9.54 -
    9.55 -[status/16]
    9.56 -Size=16
    9.57 -Context=Status
    9.58 -Type=fixed
    9.59 -
    9.60 -[stock/16]
    9.61 -Size=16
    9.62 -Context=Stock
    9.63 -Type=fixed
    9.64 -
    9.65 -[actions/22]
    9.66 -Size=22
    9.67 -Context=Actions
    9.68 -Type=fixed
    9.69 -
    9.70 -[animations/22]
    9.71 -Size=22
    9.72 -Context=Animations
    9.73 -Type=fixed
    9.74 -
    9.75 -[apps/22]
    9.76 -Size=22
    9.77 -Context=Apps
    9.78 -Type=fixed
    9.79 -
    9.80 -[devices/22]
    9.81 -Size=22
    9.82 -Context=Devices
    9.83 -Type=fixed
    9.84 -
    9.85 -[categories/22]
    9.86 -Size=22
    9.87 -Context=Categories
    9.88 -Type=fixed
    9.89 -
    9.90 -[emblems/22]
    9.91 -Size=22
    9.92 -Context=Emblems
    9.93 -Type=fixed
    9.94 -
    9.95 -[mimetypes/22]
    9.96 -Size=22
    9.97 -Context=Mimetypes
    9.98 -Type=fixed
    9.99 -
   9.100 -[places/22]
   9.101 -Size=22
   9.102 -Context=Places
   9.103 -Type=fixed
   9.104 -
   9.105 -[status/22]
   9.106 -Size=22
   9.107 -Context=Status
   9.108 -Type=fixed
   9.109 -
   9.110 -[stock/22]
   9.111 -Size=22
   9.112 -Context=Stock
   9.113 -Type=fixed
   9.114 -
   9.115 -[actions/24]
   9.116 -Size=24
   9.117 -Context=Actions
   9.118 -Type=fixed
   9.119 -
   9.120 -[animations/24]
   9.121 -Size=24
   9.122 -Context=Animations
   9.123 -Type=fixed
   9.124 -
   9.125 -[apps/24]
   9.126 -Size=24
   9.127 -Context=Apps
   9.128 -Type=fixed
   9.129 -
   9.130 -[categories/24]
   9.131 -Size=24
   9.132 -Context=Categories
   9.133 -Type=fixed
   9.134 -
   9.135 -[devices/24]
   9.136 -Size=24
   9.137 -Context=Devices
   9.138 -Type=fixed
   9.139 -
   9.140 -[emblems/24]
   9.141 -Size=24
   9.142 -Context=Emblems
   9.143 -Type=fixed
   9.144 -
   9.145 -[mimetypes/24]
   9.146 -Size=24
   9.147 -Context=Mimetypes
   9.148 -Type=fixed
   9.149 -
   9.150 -[places/24]
   9.151 -Size=24
   9.152 -Context=Places
   9.153 -Type=fixed
   9.154 -
   9.155 -[status/24]
   9.156 -Size=24
   9.157 -Context=Status
   9.158 -Type=fixed
   9.159 -
   9.160 -[stock/24]
   9.161 -Size=24
   9.162 -Context=Stock
   9.163 -Type=fixed
   9.164 -
   9.165 -[actions/32]
   9.166 -Size=32
   9.167 -Context=Actions
   9.168 -Type=fixed
   9.169 -
   9.170 -[animations/32]
   9.171 -Size=32
   9.172 -Context=Animations
   9.173 -Type=fixed
   9.174 -
   9.175 -[apps/32]
   9.176 -Size=32
   9.177 -Context=Apps
   9.178 -Type=fixed
   9.179 -
   9.180 -[devices/32]
   9.181 -Size=32
   9.182 -Context=Devices
   9.183 -Type=fixed
   9.184 -
   9.185 -[categories/32]
   9.186 -Size=32
   9.187 -Context=Categories
   9.188 -Type=fixed
   9.189 -
   9.190 -[emblems/32]
   9.191 -Size=32
   9.192 -Context=Emblems
   9.193 -Type=fixed
   9.194 -
   9.195 -[mimetypes/32]
   9.196 -Size=32
   9.197 -Context=Mimetypes
   9.198 -Type=fixed
   9.199 -
   9.200 -[places/32]
   9.201 -Size=32
   9.202 -Context=Places
   9.203 -Type=fixed
   9.204 -
   9.205 -[status/32]
   9.206 -Size=32
   9.207 -Context=Status
   9.208 -Type=fixed
   9.209 -
   9.210 -[stock/32]
   9.211 -Size=32
   9.212 -Context=Stock
   9.213 -Type=fixed
   9.214 -
   9.215 -[actions/48]
   9.216 -Size=48
   9.217 -Context=Actions
   9.218 -Type=fixed
   9.219 -
   9.220 -[animations/48]
   9.221 -Size=48
   9.222 -Context=Animations
   9.223 -Type=fixed
   9.224 -
   9.225 -[apps/48]
   9.226 -Size=48
   9.227 -Context=Apps
   9.228 -Type=fixed
   9.229 -
   9.230 -[devices/48]
   9.231 -Size=48
   9.232 -Context=Devices
   9.233 -Type=fixed
   9.234 -
   9.235 -[categories/48]
   9.236 -Size=48
   9.237 -Context=Categories
   9.238 -Type=fixed
   9.239 -
   9.240 -[emblems/48]
   9.241 -Size=48
   9.242 -Context=Emblems
   9.243 -Type=fixed
   9.244 -
   9.245 -[mimetypes/48]
   9.246 -Size=48
   9.247 -Context=Mimetypes
   9.248 -Type=fixed
   9.249 -
   9.250 -[places/48]
   9.251 -Size=48
   9.252 -Context=Places
   9.253 -Type=fixed
   9.254 -
   9.255 -[status/48]
   9.256 -Size=48
   9.257 -Context=Status
   9.258 -Type=fixed
   9.259 -
   9.260 -[stock/48]
   9.261 -Size=48
   9.262 -Context=Stock
   9.263 -Type=fixed
    10.1 --- a/faenza-icon-theme/stuff/Faenza-Darkest-index.theme	Mon Apr 22 18:32:33 2013 +0200
    10.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    10.3 @@ -1,260 +0,0 @@
    10.4 -[Icon Theme]
    10.5 -Name=Faenza-Darkest
    10.6 -Inherits=Faenza-Dark
    10.7 -Comment=Icon theme project with tilish style, by Tiheum
    10.8 -Directories=emblems/8,actions/16,animations/16,apps/16,categories/16,devices/16,emblems/16,mimetypes/16,places/16,status/16,stock/16,actions/22,animations/22,apps/22,categories/22,devices/22,emblems/22,mimetypes/22,places/22,status/22,stock/22,actions/24,animations/24,apps/24,categories/24,devices/24,emblems/24,mimetypes/24,places/24,status/24,stock/24,actions/32,animations/32,apps/32,categories/32,devices/32,emblems/32,mimetypes/32,places/32,status/32,stock/32,actions/48,animations/48,apps/48,categories/48,devices/48,emblems/48,mimetypes/48,places/48,status/48,stock/48
    10.9 -
   10.10 -[emblems/8]
   10.11 -Size=8
   10.12 -Context=Emblems
   10.13 -Type=fixed
   10.14 -
   10.15 -[actions/16]
   10.16 -Size=16
   10.17 -Context=Actions
   10.18 -Type=fixed
   10.19 -
   10.20 -[animations/16]
   10.21 -Size=16
   10.22 -Context=Animations
   10.23 -Type=fixed
   10.24 -
   10.25 -[apps/16]
   10.26 -Size=16
   10.27 -Context=Apps
   10.28 -Type=fixed
   10.29 -
   10.30 -[devices/16]
   10.31 -Size=16
   10.32 -Context=Devices
   10.33 -Type=fixed
   10.34 -
   10.35 -[categories/16]
   10.36 -Size=16
   10.37 -Context=Categories
   10.38 -Type=fixed
   10.39 -
   10.40 -[emblems/16]
   10.41 -Size=16
   10.42 -Context=Emblems
   10.43 -Type=fixed
   10.44 -
   10.45 -[mimetypes/16]
   10.46 -Size=16
   10.47 -Context=Mimetypes
   10.48 -Type=fixed
   10.49 -
   10.50 -[places/16]
   10.51 -Size=16
   10.52 -Context=Places
   10.53 -Type=fixed
   10.54 -
   10.55 -[status/16]
   10.56 -Size=16
   10.57 -Context=Status
   10.58 -Type=fixed
   10.59 -
   10.60 -[stock/16]
   10.61 -Size=16
   10.62 -Context=Stock
   10.63 -Type=fixed
   10.64 -
   10.65 -[actions/22]
   10.66 -Size=22
   10.67 -Context=Actions
   10.68 -Type=fixed
   10.69 -
   10.70 -[animations/22]
   10.71 -Size=22
   10.72 -Context=Animations
   10.73 -Type=fixed
   10.74 -
   10.75 -[apps/22]
   10.76 -Size=22
   10.77 -Context=Apps
   10.78 -Type=fixed
   10.79 -
   10.80 -[devices/22]
   10.81 -Size=22
   10.82 -Context=Devices
   10.83 -Type=fixed
   10.84 -
   10.85 -[categories/22]
   10.86 -Size=22
   10.87 -Context=Categories
   10.88 -Type=fixed
   10.89 -
   10.90 -[emblems/22]
   10.91 -Size=22
   10.92 -Context=Emblems
   10.93 -Type=fixed
   10.94 -
   10.95 -[mimetypes/22]
   10.96 -Size=22
   10.97 -Context=Mimetypes
   10.98 -Type=fixed
   10.99 -
  10.100 -[places/22]
  10.101 -Size=22
  10.102 -Context=Places
  10.103 -Type=fixed
  10.104 -
  10.105 -[status/22]
  10.106 -Size=22
  10.107 -Context=Status
  10.108 -Type=fixed
  10.109 -
  10.110 -[stock/22]
  10.111 -Size=22
  10.112 -Context=Stock
  10.113 -Type=fixed
  10.114 -
  10.115 -[actions/24]
  10.116 -Size=24
  10.117 -Context=Actions
  10.118 -Type=fixed
  10.119 -
  10.120 -[animations/24]
  10.121 -Size=24
  10.122 -Context=Animations
  10.123 -Type=fixed
  10.124 -
  10.125 -[apps/24]
  10.126 -Size=24
  10.127 -Context=Apps
  10.128 -Type=fixed
  10.129 -
  10.130 -[categories/24]
  10.131 -Size=24
  10.132 -Context=Categories
  10.133 -Type=fixed
  10.134 -
  10.135 -[devices/24]
  10.136 -Size=24
  10.137 -Context=Devices
  10.138 -Type=fixed
  10.139 -
  10.140 -[emblems/24]
  10.141 -Size=24
  10.142 -Context=Emblems
  10.143 -Type=fixed
  10.144 -
  10.145 -[mimetypes/24]
  10.146 -Size=24
  10.147 -Context=Mimetypes
  10.148 -Type=fixed
  10.149 -
  10.150 -[places/24]
  10.151 -Size=24
  10.152 -Context=Places
  10.153 -Type=fixed
  10.154 -
  10.155 -[status/24]
  10.156 -Size=24
  10.157 -Context=Status
  10.158 -Type=fixed
  10.159 -
  10.160 -[stock/24]
  10.161 -Size=24
  10.162 -Context=Stock
  10.163 -Type=fixed
  10.164 -
  10.165 -[actions/32]
  10.166 -Size=32
  10.167 -Context=Actions
  10.168 -Type=fixed
  10.169 -
  10.170 -[animations/32]
  10.171 -Size=32
  10.172 -Context=Animations
  10.173 -Type=fixed
  10.174 -
  10.175 -[apps/32]
  10.176 -Size=32
  10.177 -Context=Apps
  10.178 -Type=fixed
  10.179 -
  10.180 -[devices/32]
  10.181 -Size=32
  10.182 -Context=Devices
  10.183 -Type=fixed
  10.184 -
  10.185 -[categories/32]
  10.186 -Size=32
  10.187 -Context=Categories
  10.188 -Type=fixed
  10.189 -
  10.190 -[emblems/32]
  10.191 -Size=32
  10.192 -Context=Emblems
  10.193 -Type=fixed
  10.194 -
  10.195 -[mimetypes/32]
  10.196 -Size=32
  10.197 -Context=Mimetypes
  10.198 -Type=fixed
  10.199 -
  10.200 -[places/32]
  10.201 -Size=32
  10.202 -Context=Places
  10.203 -Type=fixed
  10.204 -
  10.205 -[status/32]
  10.206 -Size=32
  10.207 -Context=Status
  10.208 -Type=fixed
  10.209 -
  10.210 -[stock/32]
  10.211 -Size=32
  10.212 -Context=Stock
  10.213 -Type=fixed
  10.214 -
  10.215 -[actions/48]
  10.216 -Size=48
  10.217 -Context=Actions
  10.218 -Type=fixed
  10.219 -
  10.220 -[animations/48]
  10.221 -Size=48
  10.222 -Context=Animations
  10.223 -Type=fixed
  10.224 -
  10.225 -[apps/48]
  10.226 -Size=48
  10.227 -Context=Apps
  10.228 -Type=fixed
  10.229 -
  10.230 -[devices/48]
  10.231 -Size=48
  10.232 -Context=Devices
  10.233 -Type=fixed
  10.234 -
  10.235 -[categories/48]
  10.236 -Size=48
  10.237 -Context=Categories
  10.238 -Type=fixed
  10.239 -
  10.240 -[emblems/48]
  10.241 -Size=48
  10.242 -Context=Emblems
  10.243 -Type=fixed
  10.244 -
  10.245 -[mimetypes/48]
  10.246 -Size=48
  10.247 -Context=Mimetypes
  10.248 -Type=fixed
  10.249 -
  10.250 -[places/48]
  10.251 -Size=48
  10.252 -Context=Places
  10.253 -Type=fixed
  10.254 -
  10.255 -[status/48]
  10.256 -Size=48
  10.257 -Context=Status
  10.258 -Type=fixed
  10.259 -
  10.260 -[stock/48]
  10.261 -Size=48
  10.262 -Context=Stock
  10.263 -Type=fixed
    11.1 --- a/faenza-icon-theme/stuff/Faenza-index.theme	Mon Apr 22 18:32:33 2013 +0200
    11.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    11.3 @@ -1,260 +0,0 @@
    11.4 -[Icon Theme]
    11.5 -Name=Faenza
    11.6 -Inherits=gnome,hicolor
    11.7 -Comment=Icon theme project with tilish style, by Tiheum
    11.8 -Directories=emblems/8,actions/16,animations/16,apps/16,categories/16,devices/16,emblems/16,mimetypes/16,places/16,status/16,stock/16,actions/22,animations/22,apps/22,categories/22,devices/22,emblems/22,mimetypes/22,places/22,status/22,stock/22,actions/24,animations/24,apps/24,categories/24,devices/24,emblems/24,mimetypes/24,places/24,status/24,stock/24,actions/32,animations/32,apps/32,categories/32,devices/32,emblems/32,mimetypes/32,places/32,status/32,stock/32,actions/48,animations/48,apps/48,categories/48,devices/48,emblems/48,mimetypes/48,places/48,status/48,stock/48
    11.9 -
   11.10 -[emblems/8]
   11.11 -Size=8
   11.12 -Context=Emblems
   11.13 -Type=fixed
   11.14 -
   11.15 -[actions/16]
   11.16 -Size=16
   11.17 -Context=Actions
   11.18 -Type=fixed
   11.19 -
   11.20 -[animations/16]
   11.21 -Size=16
   11.22 -Context=Animations
   11.23 -Type=fixed
   11.24 -
   11.25 -[apps/16]
   11.26 -Size=16
   11.27 -Context=Apps
   11.28 -Type=fixed
   11.29 -
   11.30 -[devices/16]
   11.31 -Size=16
   11.32 -Context=Devices
   11.33 -Type=fixed
   11.34 -
   11.35 -[categories/16]
   11.36 -Size=16
   11.37 -Context=Categories
   11.38 -Type=fixed
   11.39 -
   11.40 -[emblems/16]
   11.41 -Size=16
   11.42 -Context=Emblems
   11.43 -Type=fixed
   11.44 -
   11.45 -[mimetypes/16]
   11.46 -Size=16
   11.47 -Context=Mimetypes
   11.48 -Type=fixed
   11.49 -
   11.50 -[places/16]
   11.51 -Size=16
   11.52 -Context=Places
   11.53 -Type=fixed
   11.54 -
   11.55 -[status/16]
   11.56 -Size=16
   11.57 -Context=Status
   11.58 -Type=fixed
   11.59 -
   11.60 -[stock/16]
   11.61 -Size=16
   11.62 -Context=Stock
   11.63 -Type=fixed
   11.64 -
   11.65 -[actions/22]
   11.66 -Size=22
   11.67 -Context=Actions
   11.68 -Type=fixed
   11.69 -
   11.70 -[animations/22]
   11.71 -Size=22
   11.72 -Context=Animations
   11.73 -Type=fixed
   11.74 -
   11.75 -[apps/22]
   11.76 -Size=22
   11.77 -Context=Apps
   11.78 -Type=fixed
   11.79 -
   11.80 -[devices/22]
   11.81 -Size=22
   11.82 -Context=Devices
   11.83 -Type=fixed
   11.84 -
   11.85 -[categories/22]
   11.86 -Size=22
   11.87 -Context=Categories
   11.88 -Type=fixed
   11.89 -
   11.90 -[emblems/22]
   11.91 -Size=22
   11.92 -Context=Emblems
   11.93 -Type=fixed
   11.94 -
   11.95 -[mimetypes/22]
   11.96 -Size=22
   11.97 -Context=Mimetypes
   11.98 -Type=fixed
   11.99 -
  11.100 -[places/22]
  11.101 -Size=22
  11.102 -Context=Places
  11.103 -Type=fixed
  11.104 -
  11.105 -[status/22]
  11.106 -Size=22
  11.107 -Context=Status
  11.108 -Type=fixed
  11.109 -
  11.110 -[stock/22]
  11.111 -Size=22
  11.112 -Context=Stock
  11.113 -Type=fixed
  11.114 -
  11.115 -[actions/24]
  11.116 -Size=24
  11.117 -Context=Actions
  11.118 -Type=fixed
  11.119 -
  11.120 -[animations/24]
  11.121 -Size=24
  11.122 -Context=Animations
  11.123 -Type=fixed
  11.124 -
  11.125 -[apps/24]
  11.126 -Size=24
  11.127 -Context=Apps
  11.128 -Type=fixed
  11.129 -
  11.130 -[categories/24]
  11.131 -Size=24
  11.132 -Context=Categories
  11.133 -Type=fixed
  11.134 -
  11.135 -[devices/24]
  11.136 -Size=24
  11.137 -Context=Devices
  11.138 -Type=fixed
  11.139 -
  11.140 -[emblems/24]
  11.141 -Size=24
  11.142 -Context=Emblems
  11.143 -Type=fixed
  11.144 -
  11.145 -[mimetypes/24]
  11.146 -Size=24
  11.147 -Context=Mimetypes
  11.148 -Type=fixed
  11.149 -
  11.150 -[places/24]
  11.151 -Size=24
  11.152 -Context=Places
  11.153 -Type=fixed
  11.154 -
  11.155 -[status/24]
  11.156 -Size=24
  11.157 -Context=Status
  11.158 -Type=fixed
  11.159 -
  11.160 -[stock/24]
  11.161 -Size=24
  11.162 -Context=Stock
  11.163 -Type=fixed
  11.164 -
  11.165 -[actions/32]
  11.166 -Size=32
  11.167 -Context=Actions
  11.168 -Type=fixed
  11.169 -
  11.170 -[animations/32]
  11.171 -Size=32
  11.172 -Context=Animations
  11.173 -Type=fixed
  11.174 -
  11.175 -[apps/32]
  11.176 -Size=32
  11.177 -Context=Apps
  11.178 -Type=fixed
  11.179 -
  11.180 -[devices/32]
  11.181 -Size=32
  11.182 -Context=Devices
  11.183 -Type=fixed
  11.184 -
  11.185 -[categories/32]
  11.186 -Size=32
  11.187 -Context=Categories
  11.188 -Type=fixed
  11.189 -
  11.190 -[emblems/32]
  11.191 -Size=32
  11.192 -Context=Emblems
  11.193 -Type=fixed
  11.194 -
  11.195 -[mimetypes/32]
  11.196 -Size=32
  11.197 -Context=Mimetypes
  11.198 -Type=fixed
  11.199 -
  11.200 -[places/32]
  11.201 -Size=32
  11.202 -Context=Places
  11.203 -Type=fixed
  11.204 -
  11.205 -[status/32]
  11.206 -Size=32
  11.207 -Context=Status
  11.208 -Type=fixed
  11.209 -
  11.210 -[stock/32]
  11.211 -Size=32
  11.212 -Context=Stock
  11.213 -Type=fixed
  11.214 -
  11.215 -[actions/48]
  11.216 -Size=48
  11.217 -Context=Actions
  11.218 -Type=fixed
  11.219 -
  11.220 -[animations/48]
  11.221 -Size=48
  11.222 -Context=Animations
  11.223 -Type=fixed
  11.224 -
  11.225 -[apps/48]
  11.226 -Size=48
  11.227 -Context=Apps
  11.228 -Type=fixed
  11.229 -
  11.230 -[devices/48]
  11.231 -Size=48
  11.232 -Context=Devices
  11.233 -Type=fixed
  11.234 -
  11.235 -[categories/48]
  11.236 -Size=48
  11.237 -Context=Categories
  11.238 -Type=fixed
  11.239 -
  11.240 -[emblems/48]
  11.241 -Size=48
  11.242 -Context=Emblems
  11.243 -Type=fixed
  11.244 -
  11.245 -[mimetypes/48]
  11.246 -Size=48
  11.247 -Context=Mimetypes
  11.248 -Type=fixed
  11.249 -
  11.250 -[places/48]
  11.251 -Size=48
  11.252 -Context=Places
  11.253 -Type=fixed
  11.254 -
  11.255 -[status/48]
  11.256 -Size=48
  11.257 -Context=Status
  11.258 -Type=fixed
  11.259 -
  11.260 -[stock/48]
  11.261 -Size=48
  11.262 -Context=Stock
  11.263 -Type=fixed
    12.1 --- a/gobject-introspection-dev/receipt	Mon Apr 22 18:32:33 2013 +0200
    12.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    12.3 @@ -1,25 +0,0 @@
    12.4 -# SliTaz package receipt.
    12.5 -
    12.6 -PACKAGE="gobject-introspection-dev"
    12.7 -VERSION="1.32.1"
    12.8 -CATEGORY="development"
    12.9 -SHORT_DESC="Gobject-introspection devel files"
   12.10 -MAINTAINER="pankso@slitaz.org"
   12.11 -WEB_SITE="http://live.gnome.org/GObjectInstrospection"
   12.12 -
   12.13 -WANTED="gobject-introspection"
   12.14 -DEPENDS="gobject-introspection libffi-dev"
   12.15 -
   12.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   12.17 -genpkg_rules()
   12.18 -{
   12.19 -	mkdir -p \
   12.20 -		$fs/usr/lib \
   12.21 -		$fs/usr/share
   12.22 -	cp -a $install/usr/include $fs/usr
   12.23 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
   12.24 -	cp -a $install/usr/lib/*.la $fs/usr/lib
   12.25 -	cp -a $install/usr/share/aclocal $fs/usr/share
   12.26 -	cp -a $install/usr/share/gir-1.0 $fs/usr/share
   12.27 -	cp -a $install/usr/share/gobject-introspection-* $fs/usr/share
   12.28 -}
    13.1 --- a/gobject-introspection/receipt	Mon Apr 22 18:32:33 2013 +0200
    13.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    13.3 @@ -1,36 +0,0 @@
    13.4 -# SliTaz package receipt.
    13.5 -
    13.6 -PACKAGE="gobject-introspection"
    13.7 -VERSION="1.32.1"
    13.8 -CATEGORY="development"
    13.9 -SHORT_DESC="Introspection system for GObject-based libraries"
   13.10 -MAINTAINER="pankso@slitaz.org"
   13.11 -WEB_SITE="http://live.gnome.org/GObjectInstrospection"
   13.12 -TARBALL="$PACKAGE-$VERSION.tar.xz"
   13.13 -HI_VERSION=$(echo $VERSION | cut -d. -f1,2)
   13.14 -WGET_URL="$GNOME_MIRROR/$PACKAGE/$HI_VERSION/$TARBALL"
   13.15 -
   13.16 -DEPENDS="libgio"
   13.17 -BUILD_DEPENDS="flex bison glib-dev python-dev libgio-dev libffi-dev cairo-dev"
   13.18 -
   13.19 -# Rules to configure and make the package.
   13.20 -compile_rules()
   13.21 -{
   13.22 -	./configure \
   13.23 -		--disable-static \
   13.24 -		$CONFIGURE_ARGS &&
   13.25 -	make &&
   13.26 -	make install
   13.27 -}
   13.28 -
   13.29 -# Rules to gen a SliTaz package suitable for Tazpkg.
   13.30 -genpkg_rules()
   13.31 -{
   13.32 -	mkdir -p \
   13.33 -		$fs/usr/lib \
   13.34 -		$fs/usr/share
   13.35 -	cp -a $install/usr/bin $fs/usr
   13.36 -	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
   13.37 -	cp -a $install/usr/lib/gobject-introspection $fs/usr/lib
   13.38 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
   13.39 -}
    14.1 --- a/guvcview/receipt	Mon Apr 22 18:32:33 2013 +0200
    14.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    14.3 @@ -1,29 +0,0 @@
    14.4 -# SliTaz package receipt.
    14.5 -
    14.6 -PACKAGE="guvcview"
    14.7 -VERSION="1.6.1"
    14.8 -CATEGORY="multimedia"
    14.9 -SHORT_DESC="Gmerlin is a multimedia architecture for linux."
   14.10 -MAINTAINER="devel@slitaz.org"
   14.11 -TARBALL="${PACKAGE}-src-${VERSION}.tar.gz"
   14.12 -WEB_SITE="http://guvcview.sourceforge.net/"
   14.13 -WGET_URL="$SF_MIRROR/project/guvcview/source/$TARBALL"
   14.14 -
   14.15 -DEPENDS="gtk+3 libsdl portaudio libv4l ffmpeg udev"
   14.16 -BUILD_DEPENDS="gtk+3-dev libsdl-dev portaudio-dev libv4l-dev ffmpeg-dev udev-dev"
   14.17 -
   14.18 -# Rules to configure and make the package.
   14.19 -compile_rules()
   14.20 -{
   14.21 -	cd $src
   14.22 -	./configure \
   14.23 -		$CONFIGURE_ARGS &&
   14.24 -	make && make install
   14.25 -}
   14.26 -
   14.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
   14.28 -genpkg_rules()
   14.29 -{
   14.30 -	mkdir -p $fs/usr
   14.31 -	echo "TODO"
   14.32 -}
    15.1 --- a/libQt3Support/receipt	Mon Apr 22 18:32:33 2013 +0200
    15.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    15.3 @@ -1,18 +0,0 @@
    15.4 -# SliTaz package receipt.
    15.5 -
    15.6 -PACKAGE="libQt3Support"
    15.7 -VERSION="4.8.4"
    15.8 -CATEGORY="development"
    15.9 -SHORT_DESC="Qt3 support Library"
   15.10 -MAINTAINER="allan316@gmail.com"
   15.11 -DEPENDS="libQtGui libQtSql libQtXml"
   15.12 -WEB_SITE="http://qt-project.org/"
   15.13 -WANTED="qt4"
   15.14 -
   15.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   15.16 -genpkg_rules()
   15.17 -{
   15.18 -	mkdir -p $fs/usr/lib
   15.19 -	cp -a $_pkg/usr/lib/libQt3Support.so* $fs/usr/lib
   15.20 -}
   15.21 -
    16.1 --- a/libQtClucene/receipt	Mon Apr 22 18:32:33 2013 +0200
    16.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    16.3 @@ -1,18 +0,0 @@
    16.4 -# SliTaz package receipt.
    16.5 -
    16.6 -PACKAGE="libQtClucene"
    16.7 -VERSION="4.8.4"
    16.8 -CATEGORY="development"
    16.9 -SHORT_DESC="Qt clucene Library"
   16.10 -MAINTAINER="allan316@gmail.com"
   16.11 -DEPENDS="libQtCore"
   16.12 -WEB_SITE="http://qt-project.org"
   16.13 -WANTED="qt4"
   16.14 -
   16.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   16.16 -genpkg_rules()
   16.17 -{
   16.18 -	mkdir -p $fs/usr/lib
   16.19 -	cp -a $_pkg/usr/lib/libQtCLucene.so* $fs/usr/lib
   16.20 -}
   16.21 -
    17.1 --- a/libQtCore/receipt	Mon Apr 22 18:32:33 2013 +0200
    17.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    17.3 @@ -1,18 +0,0 @@
    17.4 -# SliTaz package receipt.
    17.5 -
    17.6 -PACKAGE="libQtCore"
    17.7 -VERSION="4.8.4"
    17.8 -CATEGORY="development"
    17.9 -SHORT_DESC="Qt Core files"
   17.10 -MAINTAINER="allan316@gmail.com"
   17.11 -DEPENDS="glib zlib gcc-lib-base"
   17.12 -WEB_SITE="http://qt.nokia.com/"
   17.13 -WANTED="qt4"
   17.14 -
   17.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   17.16 -genpkg_rules()
   17.17 -{
   17.18 -	mkdir -p $fs/usr/lib
   17.19 -	cp -a $_pkg/usr/lib/libQtCore.so* $fs/usr/lib
   17.20 -}
   17.21 -
    18.1 --- a/libQtDBus/receipt	Mon Apr 22 18:32:33 2013 +0200
    18.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    18.3 @@ -1,18 +0,0 @@
    18.4 -# SliTaz package receipt.
    18.5 -
    18.6 -PACKAGE="libQtDBus"
    18.7 -VERSION="4.8.4"
    18.8 -CATEGORY="development"
    18.9 -SHORT_DESC="Qt Dbus Library"
   18.10 -MAINTAINER="allan316@gmail.com"
   18.11 -DEPENDS="libQtXml"
   18.12 -WEB_SITE="http://qt-project.org/"
   18.13 -WANTED="qt4"
   18.14 -
   18.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   18.16 -genpkg_rules()
   18.17 -{
   18.18 -	mkdir -p $fs/usr/lib
   18.19 -	cp -a $_pkg/usr/lib/libQtDBus.so* $fs/usr/lib
   18.20 -}
   18.21 -
    19.1 --- a/libQtDeclarative/receipt	Mon Apr 22 18:32:33 2013 +0200
    19.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    19.3 @@ -1,18 +0,0 @@
    19.4 -# SliTaz package receipt.
    19.5 -
    19.6 -PACKAGE="libQtDeclarative"
    19.7 -VERSION="4.8.4"
    19.8 -CATEGORY="development"
    19.9 -SHORT_DESC="Qt Declarative Library"
   19.10 -MAINTAINER="pascal.bellard@slitaz.org"
   19.11 -DEPENDS="libQtCore libQtNetwork libQtGui libQtXml libQtSql libQtSvg libQtScript"
   19.12 -WEB_SITE="http://qt-project.org/"
   19.13 -WANTED="qt4"
   19.14 -
   19.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   19.16 -genpkg_rules()
   19.17 -{
   19.18 -	mkdir -p $fs/usr/lib
   19.19 -	cp -a $src/lib/libQtDeclarative.so* $fs/usr/lib
   19.20 -}
   19.21 -
    20.1 --- a/libQtDesigner/receipt	Mon Apr 22 18:32:33 2013 +0200
    20.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    20.3 @@ -1,18 +0,0 @@
    20.4 -# SliTaz package receipt.
    20.5 -
    20.6 -PACKAGE="libQtDesigner"
    20.7 -VERSION="4.8.4"
    20.8 -CATEGORY="development"
    20.9 -SHORT_DESC="Qt Designer"
   20.10 -MAINTAINER="allan316@gmail.com"
   20.11 -DEPENDS="libQtCore libQtGui libQtScript libQtXml"
   20.12 -WEB_SITE="http://qt-project.org/"
   20.13 -WANTED="qt4"
   20.14 -
   20.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   20.16 -genpkg_rules()
   20.17 -{
   20.18 -	mkdir -p $fs/usr/lib
   20.19 -	cp -a $_pkg/usr/lib/libQtDesigner*.so* $fs/usr/lib
   20.20 -}
   20.21 -
    21.1 --- a/libQtGui/receipt	Mon Apr 22 18:32:33 2013 +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="libQtGui"
    21.7 -VERSION="4.8.4"
    21.8 -CATEGORY="development"
    21.9 -SHORT_DESC="Qt Gui Library"
   21.10 -MAINTAINER="allan316@gmail.com"
   21.11 -DEPENDS="libQtCore expat fontconfig freetype xorg-libICE xorg-libSM \
   21.12 -xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext xorg-libXi xorg-libXrandr \
   21.13 -xorg-libXrender libpng libegl-mesa"
   21.14 -WEB_SITE="http://qt-project.org/"
   21.15 -WANTED="qt4"
   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 $_pkg/usr/lib/libQtGui.so* $fs/usr/lib
   21.22 -}
   21.23 -
    22.1 --- a/libQtHelp/receipt	Mon Apr 22 18:32:33 2013 +0200
    22.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    22.3 @@ -1,18 +0,0 @@
    22.4 -# SliTaz package receipt.
    22.5 -
    22.6 -PACKAGE="libQtHelp"
    22.7 -VERSION="4.8.4"
    22.8 -CATEGORY="development"
    22.9 -SHORT_DESC="Qt help Library"
   22.10 -MAINTAINER="allan316@gmail.com"
   22.11 -DEPENDS="libQtGui libQtClucene libQtSql libQtXml"
   22.12 -WEB_SITE="http://qt-project.org/"
   22.13 -WANTED="qt4"
   22.14 -
   22.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   22.16 -genpkg_rules()
   22.17 -{
   22.18 -	mkdir -p $fs/usr/lib
   22.19 -	cp -a $_pkg/usr/lib/libQtHelp.so* $fs/usr/lib
   22.20 -}
   22.21 -
    23.1 --- a/libQtNetwork/receipt	Mon Apr 22 18:32:33 2013 +0200
    23.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    23.3 @@ -1,18 +0,0 @@
    23.4 -# SliTaz package receipt.
    23.5 -
    23.6 -PACKAGE="libQtNetwork"
    23.7 -VERSION="4.8.4"
    23.8 -CATEGORY="development"
    23.9 -SHORT_DESC="Qt Network Library"
   23.10 -MAINTAINER="allan316@gmail.com"
   23.11 -DEPENDS="libQtCore"
   23.12 -WEB_SITE="http://qt-project.org/"
   23.13 -WANTED="qt4"
   23.14 -
   23.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   23.16 -genpkg_rules()
   23.17 -{
   23.18 -	mkdir -p $fs/usr/lib
   23.19 -	cp -a $_pkg/usr/lib/libQtNetwork.so* $fs/usr/lib
   23.20 -}
   23.21 -
    24.1 --- a/libQtOpenGL/receipt	Mon Apr 22 18:32:33 2013 +0200
    24.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    24.3 @@ -1,18 +0,0 @@
    24.4 -# SliTaz package receipt.
    24.5 -
    24.6 -PACKAGE="libQtOpenGL"
    24.7 -VERSION="4.8.4"
    24.8 -CATEGORY="development"
    24.9 -SHORT_DESC="Qt Network Library"
   24.10 -MAINTAINER="allan316@gmail.com"
   24.11 -DEPENDS="libQtGui mesa libglu-mesa xorg-libXxf86vm xorg-libXdamage libdrm"
   24.12 -WEB_SITE="http://qt-project.org/"
   24.13 -WANTED="qt4"
   24.14 -
   24.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   24.16 -genpkg_rules()
   24.17 -{
   24.18 -	mkdir -p $fs/usr/lib
   24.19 -	cp -a $_pkg/usr/lib/libQtOpenGL.so* $fs/usr/lib
   24.20 -}
   24.21 -
    25.1 --- a/libQtPlugins/receipt	Mon Apr 22 18:32:33 2013 +0200
    25.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    25.3 @@ -1,20 +0,0 @@
    25.4 -# SliTaz package receipt.
    25.5 -
    25.6 -PACKAGE="libQtPlugins"
    25.7 -VERSION="4.8.4"
    25.8 -CATEGORY="development"
    25.9 -SHORT_DESC="qt x11 toolkit plugins"
   25.10 -MAINTAINER="slaxemulator@gmail.com"
   25.11 -DEPENDS="libQtSql libQt3Support libQtGui libQtCore libQtXml libQtNetwork \
   25.12 -libQtDBus libQtWebkit libQtScript libQtDesigner libQtOpenGL libQtScriptTools libQtSvg \
   25.13 -libQtTest libQtHelp"
   25.14 -WEB_SITE="http://qt-project.org/"
   25.15 -WANTED="qt4"
   25.16 -
   25.17 -# Rules to gen a SliTaz package suitable for Tazpkg.
   25.18 -genpkg_rules()
   25.19 -{
   25.20 -	mkdir -p $fs/usr/lib/qt
   25.21 -	cp -a $_pkg/usr/lib/qt/plugins $fs/usr/lib/qt
   25.22 -}
   25.23 -
    26.1 --- a/libQtScript/receipt	Mon Apr 22 18:32:33 2013 +0200
    26.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    26.3 @@ -1,18 +0,0 @@
    26.4 -# SliTaz package receipt.
    26.5 -
    26.6 -PACKAGE="libQtScript"
    26.7 -VERSION="4.8.4"
    26.8 -CATEGORY="development"
    26.9 -SHORT_DESC="Qt Script Lib"
   26.10 -MAINTAINER="allan316@gmail.com"
   26.11 -DEPENDS="libQtCore"
   26.12 -WEB_SITE="ihttp://qt-project.org/"
   26.13 -WANTED="qt4"
   26.14 -
   26.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   26.16 -genpkg_rules()
   26.17 -{
   26.18 -	mkdir -p $fs/usr/lib
   26.19 -	cp -a $_pkg/usr/lib/libQtScript.so* $fs/usr/lib
   26.20 -}
   26.21 -
    27.1 --- a/libQtScriptTools/receipt	Mon Apr 22 18:32:33 2013 +0200
    27.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    27.3 @@ -1,18 +0,0 @@
    27.4 -# SliTaz package receipt.
    27.5 -
    27.6 -PACKAGE="libQtScriptTools"
    27.7 -VERSION="4.8.4"
    27.8 -CATEGORY="development"
    27.9 -SHORT_DESC="Qt ScriptTools Lib"
   27.10 -MAINTAINER="allan316@gmail.com"
   27.11 -DEPENDS="libQtScript libQtGui"
   27.12 -WEB_SITE="http://qt-project.org/"
   27.13 -WANTED="qt4"
   27.14 -
   27.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   27.16 -genpkg_rules()
   27.17 -{
   27.18 -	mkdir -p $fs/usr/lib
   27.19 -	cp -a $_pkg/usr/lib/libQtScriptTools.so* $fs/usr/lib
   27.20 -}
   27.21 -
    28.1 --- a/libQtSql/receipt	Mon Apr 22 18:32:33 2013 +0200
    28.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    28.3 @@ -1,18 +0,0 @@
    28.4 -# SliTaz package receipt.
    28.5 -
    28.6 -PACKAGE="libQtSql"
    28.7 -VERSION="4.8.4"
    28.8 -CATEGORY="development"
    28.9 -SHORT_DESC="Qt sql Library"
   28.10 -MAINTAINER="allan316@gmail.com"
   28.11 -DEPENDS="libQtCore"
   28.12 -WEB_SITE="http://qt-project.org/"
   28.13 -WANTED="qt4"
   28.14 -
   28.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   28.16 -genpkg_rules()
   28.17 -{
   28.18 -	mkdir -p $fs/usr/lib
   28.19 -	cp -a $_pkg/usr/lib/libQtSql.so* $fs/usr/lib
   28.20 -}
   28.21 -
    29.1 --- a/libQtSvg/receipt	Mon Apr 22 18:32:33 2013 +0200
    29.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    29.3 @@ -1,18 +0,0 @@
    29.4 -# SliTaz package receipt.
    29.5 -
    29.6 -PACKAGE="libQtSvg"
    29.7 -VERSION="4.8.4"
    29.8 -CATEGORY="development"
    29.9 -SHORT_DESC="Qt Svg Library"
   29.10 -MAINTAINER="allan316@gmail.com"
   29.11 -DEPENDS="libQtCore libQtGui libQtXml libpng"
   29.12 -WEB_SITE="ihttp://qt-project.org/"
   29.13 -WANTED="qt4"
   29.14 -
   29.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   29.16 -genpkg_rules()
   29.17 -{
   29.18 -	mkdir -p $fs/usr/lib
   29.19 -	cp -a $_pkg/usr/lib/libQtSvg.so* $fs/usr/lib
   29.20 -}
   29.21 -
    30.1 --- a/libQtTest/receipt	Mon Apr 22 18:32:33 2013 +0200
    30.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    30.3 @@ -1,18 +0,0 @@
    30.4 -# SliTaz package receipt.
    30.5 -
    30.6 -PACKAGE="libQtTest"
    30.7 -VERSION="4.8.4"
    30.8 -CATEGORY="development"
    30.9 -SHORT_DESC="Qt Test library"
   30.10 -MAINTAINER="rocky@slitaz.org"
   30.11 -DEPENDS="libQtCore"
   30.12 -WEB_SITE="http://qt-project.org/"
   30.13 -WANTED="qt4"
   30.14 -
   30.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   30.16 -genpkg_rules()
   30.17 -{
   30.18 -	mkdir -p $fs/usr/lib
   30.19 -	cp -a $_pkg/usr/lib/libQtTest.so* $fs/usr/lib
   30.20 -}
   30.21 -
    31.1 --- a/libQtWebkit/receipt	Mon Apr 22 18:32:33 2013 +0200
    31.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    31.3 @@ -1,18 +0,0 @@
    31.4 -# SliTaz package receipt.
    31.5 -
    31.6 -PACKAGE="libQtWebkit"
    31.7 -VERSION="4.8.4"
    31.8 -CATEGORY="development"
    31.9 -SHORT_DESC="Web browser engine for Qt"
   31.10 -MAINTAINER="allan316@gmail.com"
   31.11 -DEPENDS="libQtCore libQtGui libQtNetwork libpng"
   31.12 -WEB_SITE="http://qt-project.org/"
   31.13 -WANTED="qt4"
   31.14 -
   31.15 -#Rules to gen a SliTaz package suitable for Tazpkg.
   31.16 -genpkg_rules()
   31.17 -{
   31.18 -	mkdir -p $fs/usr/lib
   31.19 -	cp -a $_pkg/usr/lib/libQtWebKit.so* $fs/usr/lib
   31.20 -}
   31.21 -
    32.1 --- a/libQtXml/receipt	Mon Apr 22 18:32:33 2013 +0200
    32.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    32.3 @@ -1,19 +0,0 @@
    32.4 -# SliTaz package receipt.
    32.5 -
    32.6 -PACKAGE="libQtXml"
    32.7 -VERSION="4.8.4"
    32.8 -CATEGORY="development"
    32.9 -SHORT_DESC="Qt Xml library"
   32.10 -MAINTAINER="allan316@gmail.com"
   32.11 -DEPENDS="libQtNetwork"
   32.12 -WEB_SITE="http://qt-project.org/"
   32.13 -WANTED="qt4"
   32.14 -
   32.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   32.16 -genpkg_rules()
   32.17 -{
   32.18 -	mkdir -p $fs/usr/lib
   32.19 -	cp -a $_pkg/usr/lib/libQtXml.so* $fs/usr/lib
   32.20 -	cp -a $_pkg/usr/lib/libQtXmlPatterns.so* $fs/usr/lib
   32.21 -}
   32.22 -
    33.1 --- a/midori/receipt	Mon Apr 22 18:32:33 2013 +0200
    33.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    33.3 @@ -1,51 +0,0 @@
    33.4 -# SliTaz package receipt.
    33.5 -
    33.6 -PACKAGE="midori"
    33.7 -VERSION="0.4.7"
    33.8 -CATEGORY="x-window"
    33.9 -SHORT_DESC="Light Web Browse using GTK+/WebKit."
   33.10 -MAINTAINER="pankso@slitaz.org"
   33.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   33.12 -WEB_SITE="http://software.twotoasts.de/?page=midori"
   33.13 -WGET_URL="http://archive.xfce.org/src/apps/$PACKAGE/${VERSION:0:3}/$TARBALL"
   33.14 -
   33.15 -DEPENDS="libwebkit libsoup libxml2 sqlite xorg-libXdamage xorg-libXss \
   33.16 -gcc-lib-base libgnutls"
   33.17 -BUILD_DEPENDS="python libwebkit-dev libsoup-dev libxml2-dev sqlite-dev \
   33.18 -intltool libgio-dev dbus-dev dbus-glib-dev pkg-config xorg-libXss-dev \
   33.19 -xorg-libXdamage-dev xorg-libX11-dev gtk+-dev libgnutls vala librsvg-apps"
   33.20 -
   33.21 -# Rules to configure and make the package.
   33.22 -compile_rules()
   33.23 -{
   33.24 -	cd $src
   33.25 -	./configure \
   33.26 -		--prefix=/usr \
   33.27 -		--jobs=4 \
   33.28 -		--enable-addons \
   33.29 -		--disable-libnotify \
   33.30 -		--disable-unique \
   33.31 -		--disable-hildon &&
   33.32 -	make && make install
   33.33 -}
   33.34 -
   33.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
   33.36 -genpkg_rules()
   33.37 -{
   33.38 -	mkdir -p \
   33.39 -		$fs/usr/share/pixmaps \
   33.40 -		$fs/usr/share/icons
   33.41 -	cp -a $install/etc $fs
   33.42 -	cp $stuff/config $fs/etc/xdg/midori
   33.43 -	cp $stuff/search $fs/etc/xdg/midori
   33.44 -	# Midori use sqlite to store bookmarks
   33.45 -	#cp $stuff/bookmarks.xbel $fs/etc/xdg/midori
   33.46 -	cp -a $install/usr/bin $fs/usr
   33.47 -	cp -a $install/usr/lib $fs/usr
   33.48 -	cp -a $install/usr/share/$PACKAGE $fs/usr/share
   33.49 -	# Icons
   33.50 -	cp -a $install/usr/share/icons/hicolor $fs/usr/share/icons
   33.51 -	rm -rf $fs/usr/share/icons/hicolor/scalable
   33.52 -	cd $fs/usr/share/pixmaps
   33.53 -	ln -sf ../icons/hicolor/22x22/apps/midori.png  .
   33.54 -}
    34.1 --- a/midori/stuff/applications/midori-private.desktop	Mon Apr 22 18:32:33 2013 +0200
    34.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    34.3 @@ -1,20 +0,0 @@
    34.4 -[Desktop Entry]
    34.5 -Version=1.0
    34.6 -Type=Application
    34.7 -Name=Midori Private Browsing
    34.8 -Name[cs]=Midori - soukromé prohlížení
    34.9 -Name[da]=Midori Privat browsing
   34.10 -Name[fr]=Midori Navigation privée
   34.11 -Name[gl]=Midori, navegación privada
   34.12 -Name[he]=גלישה פרטית
   34.13 -Name[ko]=미도리 개인 정보 보호 모드
   34.14 -Name[nl]=Midori Privé-surfen
   34.15 -Name[pl]=Tryb prywatny przeglądarki Midori
   34.16 -Name[pt_BR]=Midori Navegação privada
   34.17 -Name[zh_CN]=Midori 浏览器隐私浏览方式
   34.18 -Name[zh_TW]=Midori 私密瀏覽
   34.19 -Categories=GTK;Network;WebBrowser;
   34.20 -Exec=midori --private %U
   34.21 -Icon=midori
   34.22 -Terminal=false
   34.23 -StartupNotify=true
    35.1 --- a/midori/stuff/applications/midori.desktop	Mon Apr 22 18:32:33 2013 +0200
    35.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    35.3 @@ -1,13 +0,0 @@
    35.4 -[Desktop Entry]
    35.5 -Version=1.0
    35.6 -Type=Application
    35.7 -Name=Midori Web Browser
    35.8 -Name[de]=Netznavigator Midori
    35.9 -Name[fr]=Navigateur Web Midori
   35.10 -Name[pt_PT]=Navegador Web Midori
   35.11 -Categories=GTK;Network;
   35.12 -MimeType=text/html;text/xml;application/xhtml+xml;application/xml;
   35.13 -Exec=midori %u
   35.14 -Icon=midori
   35.15 -Terminal=false
   35.16 -StartupNotify=true
    36.1 --- a/midori/stuff/config	Mon Apr 22 18:32:33 2013 +0200
    36.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    36.3 @@ -1,12 +0,0 @@
    36.4 -
    36.5 -[settings]
    36.6 -last-window-width=860
    36.7 -last-window-height=580
    36.8 -show-menubar=true
    36.9 -toolbar-style=MIDORI_TOOLBAR_SMALL_ICONS
   36.10 -toolbar-items=Back,Forward,ReloadStop,Homepage,TabNew,Location,Search,
   36.11 -load-on-startup=MIDORI_STARTUP_HOMEPAGE
   36.12 -homepage=file:///usr/share/webhome/index.html
   36.13 -
   36.14 -[extensions]
   36.15 -libtoolbar-editor.so=true
    37.1 --- a/midori/stuff/search	Mon Apr 22 18:32:33 2013 +0200
    37.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    37.3 @@ -1,41 +0,0 @@
    37.4 -[Duck Duck Go]
    37.5 -name=Duck Duck Go
    37.6 -text=Privacy-aware Web Search
    37.7 -uri=https://duckduckgo.com/?q=%s&t=slitaz
    37.8 -token=dd
    37.9 -
   37.10 -[Google]
   37.11 -name=Google
   37.12 -text=Web Search
   37.13 -uri=http://www.google.com/search?q=%s
   37.14 -token=g
   37.15 -
   37.16 -[Twitter]
   37.17 -name=Twitter
   37.18 -text=Twitter Search
   37.19 -uri=https://twitter.com/#!/search/realtime/%s
   37.20 -token=tt
   37.21 -
   37.22 -[Wikipedia]
   37.23 -name=Wikipedia
   37.24 -text=The free encyclopedia
   37.25 -uri=http://en.wikipedia.org/wiki/Special:Search/%s
   37.26 -token=wp
   37.27 -
   37.28 -[SliTaz]
   37.29 -name=SliTaz
   37.30 -text=SliTaz Search
   37.31 -uri=http://www.google.com/cse?cx=000868395082919927601:nddq7yjdcxg&cof=FORID:0&q=%s
   37.32 -token=s
   37.33 -
   37.34 -[TheFreeDictionary]
   37.35 -name=The Free Dictionary
   37.36 -text=Dictionary, Encyclopedia and Thesaurus
   37.37 -uri=http://www.thefreedictionary.com/%s
   37.38 -token=fd
   37.39 -
   37.40 -[Yahoo]
   37.41 -name=Yahoo
   37.42 -text=Yahoo Web Search
   37.43 -uri=http://search.yahoo.com/search?p=
   37.44 -token=y
    38.1 --- a/nano/description.txt	Mon Apr 22 18:32:33 2013 +0200
    38.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    38.3 @@ -1,2 +0,0 @@
    38.4 -The Nano package contains a small, simple text editor which aims to replace
    38.5 -Pico, the default editor in the Pine package.
    39.1 --- a/nano/receipt	Mon Apr 22 18:32:33 2013 +0200
    39.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    39.3 @@ -1,45 +0,0 @@
    39.4 -# SliTaz package receipt.
    39.5 -
    39.6 -PACKAGE="nano"
    39.7 -VERSION="2.3.1"
    39.8 -CATEGORY="utilities"
    39.9 -SHORT_DESC="GNU Nano Text Editor"
   39.10 -MAINTAINER="pankso@slitaz.org"
   39.11 -WEB_SITE="http://www.nano-editor.org/"
   39.12 -TARBALL="$PACKAGE-$VERSION.tar.gz"
   39.13 -WGET_URL="http://ftp.gnu.org/gnu/nano/$TARBALL"
   39.14 -TAGS="console text-editor"
   39.15 -HOST_ARCH="i486 arm"
   39.16 -
   39.17 -TRACKER="http://sourcewell.berlios.de/appbyid.php?id=715"
   39.18 -VERSION_NOTE="latest development"
   39.19 -
   39.20 -DEPENDS="ncursesw"
   39.21 -SUGGESTED="gpm enchant"
   39.22 -BUILD_DEPENDS="ncursesw-dev"
   39.23 -
   39.24 -export LDFLAGS="-L/usr/cross/arm/lib -L/usr/cross/arm/usr/lib"
   39.25 -
   39.26 -# Rules to configure and make the package.
   39.27 -compile_rules()
   39.28 -{
   39.29 -	./configure \
   39.30 -		--sysconfdir=/etc \
   39.31 -		--localstatedir=/var \
   39.32 -		--enable-utf8 \
   39.33 -		$CONFIGURE_ARGS &&
   39.34 -	make &&
   39.35 -	make install
   39.36 -}
   39.37 -
   39.38 -# Rules to gen a SliTaz package suitable for Tazpkg.
   39.39 -genpkg_rules()
   39.40 -{
   39.41 -	mkdir -p \
   39.42 -		$fs/etc \
   39.43 -		$fs/usr/share
   39.44 -	cp -a $install/usr/bin $fs/usr
   39.45 -	cp -a $install/usr/share/nano $fs/usr/share
   39.46 -	# Config file.
   39.47 -	cp $stuff/nanorc $fs/etc
   39.48 -}
    40.1 --- a/nano/stuff/nano.desktop	Mon Apr 22 18:32:33 2013 +0200
    40.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    40.3 @@ -1,12 +0,0 @@
    40.4 -[Desktop Entry]
    40.5 -Type=Application
    40.6 -Name=GNU Nano Text Editor
    40.7 -Name[fr]=Editeur GNU Nano
    40.8 -Name[ru]=Текстовый редактор GNU Nano
    40.9 -Comment=Advanced text editor
   40.10 -Comment[fr]=Editeur de texte avançé
   40.11 -Comment[ru]=Консольный текстовый редактор
   40.12 -Exec=/usr/bin/terminal -e nano
   40.13 -Icon=nano
   40.14 -Terminal=false
   40.15 -Categories=Utility;TextEditor;
    41.1 Binary file nano/stuff/nano.png has changed
    42.1 --- a/nano/stuff/nanorc	Mon Apr 22 18:32:33 2013 +0200
    42.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    42.3 @@ -1,273 +0,0 @@
    42.4 -## /etc/nanorc: system-wide initialization file for GNU nano
    42.5 -## Well know text editor on SliTaz GNU/linux. ~/.nanorc for 
    42.6 -## personal config file.
    42.7 -##
    42.8 -## To make sure a value is not enabled, use "unset <option>"
    42.9 -##
   42.10 -## For the options that take parameters, the default value is given.
   42.11 -## Other options are unset by default.
   42.12 -##
   42.13 -## Quotes inside string parameters don't have to be escaped with
   42.14 -## backslashes.  The last double quote in the string will be treated as
   42.15 -## its end.  For example, for the "brackets" option, ""')>]}" will match
   42.16 -## ", ', ), >, ], and }.
   42.17 -
   42.18 -## Use auto-indentation.
   42.19 -# set autoindent
   42.20 -
   42.21 -## Backup files to filename~.
   42.22 -# set backup
   42.23 -
   42.24 -## The directory to put unique backup files in.
   42.25 -# set backupdir ""
   42.26 -
   42.27 -## Do backwards searches by default.
   42.28 -# set backwards
   42.29 -
   42.30 -## Use bold text instead of reverse video text.
   42.31 -# set boldtext
   42.32 -
   42.33 -## The characters treated as closing brackets when justifying
   42.34 -## paragraphs.  They cannot contain blank characters.  Only closing
   42.35 -## punctuation, optionally followed by closing brackets, can end
   42.36 -## sentences.
   42.37 -##
   42.38 -# set brackets ""')>]}"
   42.39 -
   42.40 -## Do case sensitive searches by default.
   42.41 -# set casesensitive
   42.42 -
   42.43 -## Constantly display the cursor position in the statusbar.  Note that
   42.44 -## this overrides "quickblank".
   42.45 -# set const
   42.46 -
   42.47 -## Use cut to end of line by default.
   42.48 -# set cut
   42.49 -
   42.50 -## Set the line length for wrapping text and justifying paragraphs.
   42.51 -## If fill is 0 or less, the line length will be the screen width less
   42.52 -## this number.
   42.53 -##
   42.54 -# set fill -8
   42.55 -
   42.56 -## Enable ~/.nano_history for saving and reading search/replace strings.
   42.57 -set historylog
   42.58 -
   42.59 -## The opening and closing brackets that can be found by bracket
   42.60 -## searches.  They cannot contain blank characters.  The former set must
   42.61 -## come before the latter set, and both must be in the same order.
   42.62 -##
   42.63 -# set matchbrackets "(<[{)>]}"
   42.64 -
   42.65 -## Use the blank line below the titlebar as extra editing space.
   42.66 -# set morespace
   42.67 -
   42.68 -## Enable mouse support, if available for your system.  When enabled,
   42.69 -## mouse clicks can be used to place the cursor, set the mark (with a
   42.70 -## double click), and execute shortcuts.  The mouse will work in the X
   42.71 -## Window System, and on the console when gpm is running.
   42.72 -##
   42.73 -set mouse
   42.74 -
   42.75 -## Allow multiple file buffers (inserting a file will put it into a
   42.76 -## separate buffer).  You must have configured with --enable-multibuffer
   42.77 -## for this to work.
   42.78 -##
   42.79 -# set multibuffer
   42.80 -
   42.81 -## Don't convert files from DOS/Mac format.
   42.82 -# set noconvert
   42.83 -
   42.84 -## Don't follow symlinks when writing files.
   42.85 -# set nofollow
   42.86 -
   42.87 -## Don't display the helpful shortcut lists at the bottom of the screen.
   42.88 -# set nohelp
   42.89 -
   42.90 -## Don't add newlines to the ends of files.
   42.91 -# set nonewlines
   42.92 -
   42.93 -## Don't wrap text at all.
   42.94 -# set nowrap
   42.95 -
   42.96 -## Set operating directory.  nano will not read or write files outside
   42.97 -## this directory and its subdirectories.  Also, the current directory
   42.98 -## is changed to here, so any files are inserted from this dir.  A blank
   42.99 -## string means the operating directory feature is turned off.
  42.100 -##
  42.101 -# set operatingdir ""
  42.102 -
  42.103 -## Preserve the XON and XOFF keys (^Q and ^S).
  42.104 -# set preserve
  42.105 -
  42.106 -## The characters treated as closing punctuation when justifying
  42.107 -## paragraphs.  They cannot contain blank characters.  Only closing
  42.108 -## punctuation, optionally followed by closing brackets, can end
  42.109 -## sentences.
  42.110 -##
  42.111 -# set punct "!.?"
  42.112 -
  42.113 -## Do quick statusbar blanking.  Statusbar messages will disappear after
  42.114 -## 1 keystroke instead of 26.  Note that "const" overrides this.
  42.115 -##
  42.116 -# set quickblank
  42.117 -
  42.118 -## The email-quote string, used to justify email-quoted paragraphs.
  42.119 -## This is an extended regular expression if your system supports them,
  42.120 -## otherwise a literal string.  Default:
  42.121 -# set quotestr "^([ 	]*[#:>\|}])+"
  42.122 -## if you have extended regular expression support, otherwise:
  42.123 -# set quotestr "> "
  42.124 -
  42.125 -## Fix Backspace/Delete confusion problem.
  42.126 -# set rebinddelete
  42.127 -
  42.128 -## Fix numeric keypad key confusion problem.
  42.129 -# set rebindkeypad
  42.130 -
  42.131 -## Do extended regular expression searches by default.
  42.132 -# set regexp
  42.133 -
  42.134 -## Make the Home key smarter.  When Home is pressed anywhere but at the
  42.135 -## very beginning of non-whitespace characters on a line, the cursor
  42.136 -## will jump to that beginning (either forwards or backwards).  If the
  42.137 -## cursor is already at that position, it will jump to the true
  42.138 -## beginning of the line.
  42.139 -# set smarthome
  42.140 -
  42.141 -## Use smooth scrolling as the default.
  42.142 -# set smooth
  42.143 -
  42.144 -## Use this spelling checker instead of the internal one.  This option
  42.145 -## does not properly have a default value.
  42.146 -##
  42.147 -# set speller "aspell -x -c"
  42.148 -
  42.149 -## Allow nano to be suspended.
  42.150 -# set suspend
  42.151 -
  42.152 -## Use this tab size instead of the default; it must be greater than 0.
  42.153 -# set tabsize 8
  42.154 -
  42.155 -## Convert typed tabs to spaces.
  42.156 -# set tabstospaces
  42.157 -
  42.158 -## Save automatically on exit, don't prompt.
  42.159 -# set tempfile
  42.160 -
  42.161 -## Disallow file modification.  Why would you want this in an rcfile? ;)
  42.162 -# set view
  42.163 -
  42.164 -## The two single-column characters used to display the first characters
  42.165 -## of tabs and spaces.  187 in ISO 8859-1 (0000BB in Unicode) and 183 in
  42.166 -## ISO-8859-1 (0000B7 in Unicode) seem to be good values for these.
  42.167 -# set whitespace "  "
  42.168 -
  42.169 -## Detect word boundaries more accurately by treating punctuation
  42.170 -## characters as parts of words.
  42.171 -# set wordbounds
  42.172 -
  42.173 -
  42.174 -## Color setup
  42.175 -##
  42.176 -## Format:
  42.177 -##
  42.178 -## syntax "short description" ["filename regex" ...]
  42.179 -##
  42.180 -## The "none" syntax is reserved; specifying it on the command line is
  42.181 -## the same as not having a syntax at all.  The "default" syntax is
  42.182 -## special: it takes no filename regexes, and applies to files that
  42.183 -## don't match any other syntax's filename regexes.
  42.184 -##
  42.185 -## color foreground,background "regex" ["regex"...]
  42.186 -## or
  42.187 -## icolor foreground,background "regex" ["regex"...]
  42.188 -##
  42.189 -## "color" will do case sensitive matches, while "icolor" will do case
  42.190 -## insensitive matches.
  42.191 -##
  42.192 -## Valid colors: white, black, red, blue, green, yellow, magenta, cyan.
  42.193 -## For foreground colors, you may use the prefix "bright" to get a
  42.194 -## stronger highlight.
  42.195 -##
  42.196 -## To use multi-line regexes, use the start="regex" end="regex"
  42.197 -## [start="regex" end="regex"...] format.
  42.198 -##
  42.199 -## If your system supports transparency, not specifying a background
  42.200 -## color will use a transparent color.  If you don't want this, be sure
  42.201 -## to set the background color to black or white.
  42.202 -##
  42.203 -## If you wish, you may put your syntaxes in separate files.  You can
  42.204 -## make use of such files (which can only include "syntax", "color", and
  42.205 -## "icolor" commands) as follows:
  42.206 -##
  42.207 -## include "/path/to/syntax_file.nanorc"
  42.208 -##
  42.209 -## Unless otherwise noted, the name of the syntax file (without the
  42.210 -## ".nanorc" extension) should be the same as the "short description"
  42.211 -## name inside that file.  These names are kept fairly short to make
  42.212 -## them easier to remember and faster to type using nano's -Y option.
  42.213 -##
  42.214 -## All regexes should be extended regular expressions.
  42.215 -
  42.216 -
  42.217 -## Nanorc files
  42.218 -include "/usr/share/nano/nanorc.nanorc"
  42.219 -
  42.220 -## C/C++
  42.221 -include "/usr/share/nano/c.nanorc"
  42.222 -
  42.223 -## Config file - By SliTaz
  42.224 -syntax "conf" "\.?conf$"
  42.225 -## Keywords
  42.226 -icolor brightgreen "="
  42.227 -## Comments
  42.228 -icolor cyan "^[[:space:]]*#.*$"
  42.229 -
  42.230 -## HTML - With modification for SliTaz.
  42.231 -#include "/usr/share/nano/html.nanorc"
  42.232 -syntax "HTML" "\.html$"
  42.233 -color brightblue start="<" end=">"
  42.234 -color red "&[^; 	]*;"
  42.235 -color brightwhite start="<!DOCTYPE" end=">" start="<title>" end="</title>" start="<!--" end="-->"  
  42.236 -color brightcyan start="<meta" end=">" start="<link" end=">"
  42.237 -color brightyellow "<p>|</p>|<pre>|</pre>|<li>|</li>"
  42.238 -color yellow "<ul>|</ul>|<hr>|<hr />"
  42.239 -color brightred "href=|name=|rel=|http-equiv=|content=|title=|type|style"
  42.240 -color brightgreen "<h1>|</h1>|<h2>|</h2>|<h3>|</h3>|<h4>|</h4>|<h5>|</h5>|<h6>|</h6>"
  42.241 -
  42.242 -## TeX
  42.243 -include "/usr/share/nano/tex.nanorc"
  42.244 -
  42.245 -## Quoted emails (under e.g. mutt)
  42.246 -include "/usr/share/nano/mutt.nanorc"
  42.247 -
  42.248 -## Patch files
  42.249 -include "/usr/share/nano/patch.nanorc"
  42.250 -
  42.251 -## Manpages
  42.252 -# include "/usr/share/nano/man.nanorc"
  42.253 -
  42.254 -## Groff
  42.255 -# include "/usr/share/nano/groff.nanorc"
  42.256 -
  42.257 -## Perl
  42.258 -# include "/usr/share/nano/perl.nanorc"
  42.259 -
  42.260 -## Python
  42.261 -# include "/usr/share/nano/python.nanorc"
  42.262 -
  42.263 -## Ruby
  42.264 -# include "/usr/share/nano/ruby.nanorc"
  42.265 -
  42.266 -## Java
  42.267 -# include "/usr/share/nano/java.nanorc"
  42.268 -
  42.269 -## Assembler
  42.270 -# include "/usr/share/nano/asm.nanorc"
  42.271 -
  42.272 -## Bourne shell scripts
  42.273 -include "/usr/share/nano/sh.nanorc"
  42.274 -
  42.275 -## POV-Ray
  42.276 -# include "/usr/share/nano/pov.nanorc"
    43.1 --- a/openerp-server/receipt	Mon Apr 22 18:32:33 2013 +0200
    43.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    43.3 @@ -1,71 +0,0 @@
    43.4 -# SliTaz package receipt.
    43.5 -
    43.6 -PACKAGE="openerp-server"
    43.7 -VERSION="6.1-1"
    43.8 -CATEGORY="office"
    43.9 -SHORT_DESC="Open source ERP server & web server files."
   43.10 -MAINTAINER="pascal.bellard@slitaz.org"
   43.11 -SOURCE="openerp"
   43.12 -TARBALL="$SOURCE-$VERSION.tar.gz"
   43.13 -WEB_SITE="http://openerp.com/"
   43.14 -WGET_URL="http://nightly.openerp.com/${VERSION%[-r]*}/releases/$TARBALL"
   43.15 -
   43.16 -DEPENDS="python python-simplejson psycopg2 python-lxml python-pyyaml \
   43.17 -python-reportlab python-mako python-markupsafe python-pychart \
   43.18 -python-pil python-werkzeug python-dateutil python-babel postgresql \
   43.19 -python-ldap ghostscript feedparser matplotlib \
   43.20 -python-pydot python-pygraphviz python-pyparsing python-pytz \
   43.21 -python-gdata python-openid python-vatnumber python-webdav \
   43.22 -python-vobject python-zsi python-xlwt libxslt-python pyopenssl \
   43.23 -python-mysql python-caldav"
   43.24 -BUILD_DEPENDS="slitaz-toolchain python python-dev rsync setuptools \
   43.25 -python-babel"
   43.26 -
   43.27 -# Rules to configure and make the package.
   43.28 -compile_rules()
   43.29 -{
   43.30 -	mv $SOURCE-$VERSION-* $src 2> /dev/null
   43.31 -	cd $src
   43.32 -	python setup.py install --root=$DESTDIR
   43.33 -}
   43.34 -
   43.35 -# Rules to gen a SliTaz package suitable for Tazpkg.
   43.36 -genpkg_rules()
   43.37 -{
   43.38 -	mkdir -p $fs/var/run/openerp $fs/var/log/openerp
   43.39 -	mkdir -p $fs/etc/logrotate.d $fs/etc/openerp
   43.40 -	mkdir -p $fs/usr/share/applications
   43.41 -	chmod 777 $fs/var/run/openerp $fs/var/log/openerp
   43.42 -	cp -a $_pkg/usr/lib $_pkg/usr/bin $fs/usr
   43.43 -	cp -a $_pkg/usr/openerp $fs/usr/lib/python*/site-packages
   43.44 -	cp $src/install/openerp-server.logrotate $fs/etc/logrotate.d
   43.45 -	cp $src/install/openerp-server.conf $fs/etc/openerp
   43.46 -	cp -a stuff/* $fs
   43.47 -}
   43.48 -
   43.49 -# Pre and post install commands for Tazpkg.
   43.50 -post_install()
   43.51 -{
   43.52 -	chroot $1/ adduser -H -D -S -s /bin/sh -h /tmp -g "OpenERP Daemon user" openerp
   43.53 -        chown openerp:openerp $1/etc/openerp/openerp-server.conf
   43.54 -        chmod 0640 $1/etc/openerp/openerp-server.conf
   43.55 -        touch $1/var/log/openerp-server.log
   43.56 -        chown -R openerp $1/var/log/openerp
   43.57 -        chmod 0640 $1/var/log/openerp-server.log
   43.58 -        mkdir -p $1/var/lib/openerp/filestore
   43.59 -        chown openerp -R $1/var/lib/openerp
   43.60 -	if [ -z "$1" ]; then
   43.61 -		/etc/init.d/postgresql stop
   43.62 -		/etc/init.d/postgresql start
   43.63 -		/etc/init.d/openerp-server start
   43.64 -	fi
   43.65 -	cat <<EOF
   43.66 -----
   43.67 -To start $SOURCE server you can run :
   43.68 -
   43.69 -    /etc/init.d/openerp-server start
   43.70 -
   43.71 -Or add $SOURCE to RUN_DAEMONS in /etc/rcS.conf
   43.72 -----
   43.73 -EOF
   43.74 -}
    44.1 --- a/openerp-server/stuff/etc/init.d/openerp-server	Mon Apr 22 18:32:33 2013 +0200
    44.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    44.3 @@ -1,72 +0,0 @@
    44.4 -#!/bin/sh
    44.5 -# /etc/init.d/openerp-server : Start, stop and restart OpenERP server on SliTaz, at 
    44.6 -# boot time or with the command line.
    44.7 -#
    44.8 -# To start OpenERP server at boot time, just put openerp-server in the $RUN_DAEMONS
    44.9 -# variable of /etc/rcS.conf and configure options with /etc/daemons.conf
   44.10 -#
   44.11 -. /etc/init.d/rc.functions
   44.12 -. /etc/daemons.conf
   44.13 -
   44.14 -NAME=OpenERP
   44.15 -DESC="OpenERP server"
   44.16 -DAEMON=/usr/bin/openerp-server
   44.17 -OPTIONS=$OPENERP_OPTIONS
   44.18 -PIDFILE=/var/run/openerp/openerp-server.pid
   44.19 -LOGFILE=/var/log/openerp/openerp-server.log
   44.20 -CONFIGFILE=/etc/openerp/openerp-server.conf
   44.21 -
   44.22 -if [ -z "$OPTIONS" ]; then
   44.23 -	OPTIONS="--pidfile=$PIDFILE --logfile=$LOGFILE -c $CONFIGFILE"
   44.24 -	LANG=$(. /etc/locale.conf; echo $LANG)
   44.25 -	[ -f /usr/openerp/addons/base/i18n/$LANG.po ] || LANG=${LANG%_*}
   44.26 -	[ -f /usr/openerp/addons/base/i18n/$LANG.po ] &&
   44.27 -		OPTIONS="$OPTIONS -l $LANG"
   44.28 -fi
   44.29 -
   44.30 -case "$1" in
   44.31 -	start)
   44.32 -		if active_pidfile $PIDFILE openerp-server ; then
   44.33 -			echo "$NAME already running (PID: `cat $PIDFILE`)."
   44.34 -			exit 1
   44.35 -		fi
   44.36 -		/etc/init.d/postgresql start
   44.37 -		echo -n "Starting $DESC: $NAME... "
   44.38 -		su -c "$DAEMON $OPTIONS" openerp &
   44.39 -		status
   44.40 -		sleep 4
   44.41 -		# At boot OpenERP dont start correctly if we start it in background.
   44.42 -		if ! active_pidfile $PIDFILE openerp-server ; then
   44.43 -			sleep 6
   44.44 -			su -c "$DAEMON $OPTIONS" openerp > $LOGFILE
   44.45 -		fi ;;
   44.46 -	stop)
   44.47 -		if ! active_pidfile $PIDFILE openerp-server ; then
   44.48 -			echo "$NAME is not running."
   44.49 -			exit 1
   44.50 -		fi
   44.51 -		echo -n "Stopping $DESC: $NAME... "
   44.52 -		kill `cat $PIDFILE`
   44.53 -		rm -f $PIDFILE
   44.54 -		status
   44.55 -		sleep 2 ;;
   44.56 -	restart)
   44.57 -		if ! active_pidfile $PIDFILE openerp-server ; then
   44.58 -			echo "$NAME is not running."
   44.59 -			exit 1
   44.60 -		fi
   44.61 -		echo -n "Restarting $DESC: $NAME... "
   44.62 -		kill `cat $PIDFILE`
   44.63 -		rm -f $PIDFILE 2> /dev/null
   44.64 -		sleep 2
   44.65 -		su -c "$DAEMON $OPTIONS" openerp &
   44.66 -		status
   44.67 -		sleep 2 ;;
   44.68 -	*)
   44.69 -		echo ""
   44.70 -		echo -e "\033[1mUsage:\033[0m /etc/init.d/`basename $0` [start|stop|restart]"
   44.71 -		echo ""
   44.72 -		exit 1 ;;
   44.73 -esac
   44.74 -
   44.75 -exit 0
    45.1 --- a/openerp-server/stuff/etc/pgsql.d/openerp	Mon Apr 22 18:32:33 2013 +0200
    45.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    45.3 @@ -1,4 +0,0 @@
    45.4 -#!/bin/sh
    45.5 -
    45.6 -su - postgres -c "createuser -s openerp" 2> /dev/null || true
    45.7 -chmod -x /etc/pgsql.d/openerp
    46.1 --- a/openerp-server/stuff/usr/share/applications/openerp.desktop	Mon Apr 22 18:32:33 2013 +0200
    46.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    46.3 @@ -1,7 +0,0 @@
    46.4 -[Desktop Entry]
    46.5 -Encoding=UTF-8
    46.6 -Name=OpenERP Web Client
    46.7 -Icon=openerp
    46.8 -Exec=browser http://localhost:8069/
    46.9 -Type=Application
   46.10 -Categories=Office;
    47.1 --- a/perl/receipt	Mon Apr 22 18:32:33 2013 +0200
    47.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    47.3 @@ -1,71 +0,0 @@
    47.4 -# SliTaz package receipt.
    47.5 -
    47.6 -PACKAGE="perl"
    47.7 -VERSION="5.12.3"
    47.8 -CATEGORY="development"
    47.9 -SHORT_DESC="Full Perl interpreter and modules."
   47.10 -MAINTAINER="pankso@slitaz.org"
   47.11 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
   47.12 -DEPENDS="libdb gdbm zlib"
   47.13 -BUILD_DEPENDS="db gdbm zlib"
   47.14 -WEB_SITE="http://www.perl.org/"
   47.15 -WGET_URL="http://ftp.funet.fi/pub/CPAN/src/$TARBALL"
   47.16 -PROVIDE="microperl"
   47.17 -
   47.18 -# Rules to compile & install the temporary toolchain.
   47.19 -cook_tmp_toolchain()
   47.20 -{
   47.21 -	cd $src
   47.22 -	{ sh Configure -des -Dprefix=/tools \
   47.23 -		-Dstatic_ext='Data/Dumper Fcntl IO' &&
   47.24 -	
   47.25 -	# Only few tools are needed in the tmp toolchain.
   47.26 -	make perl utilities ext/Errno/pm_to_blib
   47.27 -	} || return 1
   47.28 -	cp perl pod/pod2man /tools/bin
   47.29 -	mkdir -p /tools/lib/perl5/5.12.3
   47.30 -	cp -R lib/* /tools/lib/perl5/5.12.3
   47.31 -}
   47.32 -
   47.33 -
   47.34 -# Rules to configure and make the package.
   47.35 -#
   47.36 -compile_rules()
   47.37 -{
   47.38 -	cd $src
   47.39 -	yes '' | sh Configure -Dusethreads -Dprefix=/usr
   47.40 -	./configure.gnu --prefix=/usr &&
   47.41 -	make &&
   47.42 -	make install
   47.43 -
   47.44 -	# make microperl here
   47.45 -	# patch to fix compiling microperl
   47.46 -	patch -p0 -i $stuff/miniperlmain.patch
   47.47 -	# Install in /usr (default is /usr/local).
   47.48 -	sed -i s/'usr\/local'/'usr'/ uconfig.sh
   47.49 -	# Sed to search mods in /usr/lib/perl5.
   47.50 -	sed -i s/'perl5\/5.12'/'perl5'/ uconfig.sh
   47.51 -	# Optimisation.
   47.52 -	sed -i s/'unknown'/'$HOST_SYSTEM'/ uconfig.sh
   47.53 -	# Make it!
   47.54 -	make -f Makefile.micro regen_uconfig &&
   47.55 -	make -f Makefile.micro &&
   47.56 -	strip microperl
   47.57 -}
   47.58 -
   47.59 -# Rules to gen a SliTaz package suitable for Tazpkg.
   47.60 -genpkg_rules()
   47.61 -{
   47.62 -	mkdir -p $fs/usr
   47.63 -	cp -a $_pkg/usr/bin $fs/usr
   47.64 -	cp -a $_pkg/usr/lib $fs/usr
   47.65 -}
   47.66 -
   47.67 -# Pre install commands for Tazpkg.
   47.68 -# Remove perl link to microperl if any.
   47.69 -#
   47.70 -pre_install()
   47.71 -{
   47.72 -	echo "Processing pre-install commands..."
   47.73 -	rm -f $1/usr/bin/perl
   47.74 -}
    48.1 --- a/perl/stuff/miniperlmain.patch	Mon Apr 22 18:32:33 2013 +0200
    48.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    48.3 @@ -1,16 +0,0 @@
    48.4 ---- miniperlmain.c.orig
    48.5 -+++ miniperlmain.c
    48.6 -@@ -117,13 +117,6 @@
    48.7 -     if (!exitstatus)
    48.8 -         perl_run(my_perl);
    48.9 - 
   48.10 --    /* Unregister our signal handler before destroying my_perl */
   48.11 --    for (i = 0; PL_sig_name[i]; i++) {
   48.12 --	if (rsignal_state(PL_sig_num[i]) == (Sighandler_t) PL_csighandlerp) {
   48.13 --	    rsignal(PL_sig_num[i], (Sighandler_t) SIG_DFL);
   48.14 --	}
   48.15 --    }
   48.16 --
   48.17 -     exitstatus = perl_destruct(my_perl);
   48.18 - 
   48.19 -     perl_free(my_perl);
    49.1 --- a/poppler-qt4-dev/receipt	Mon Apr 22 18:32:33 2013 +0200
    49.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    49.3 @@ -1,25 +0,0 @@
    49.4 -# SliTaz package receipt.
    49.5 -
    49.6 -PACKAGE="poppler-qt4-dev"
    49.7 -VERSION="0.22.0"
    49.8 -CATEGORY="development"
    49.9 -SHORT_DESC="Poppler PDF rendering library devel files."
   49.10 -MAINTAINER="pankso@slitaz.org"
   49.11 -DEPENDS="poppler-qt4"
   49.12 -WANTED="poppler-qt4"
   49.13 -WEB_SITE="http://poppler.freedesktop.org/"
   49.14 -
   49.15 -
   49.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   49.17 -genpkg_rules()
   49.18 -{
   49.19 -	mkdir -p $fs/usr/lib \
   49.20 -		$fs/usr/include/poppler/goo \
   49.21 -		$fs/usr/include/poppler/splash
   49.22 -	cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
   49.23 -	cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
   49.24 -	cp -a $_pkg/usr/include $fs/usr
   49.25 -	cp $src/poppler/*.h $fs/usr/include/poppler
   49.26 -	cp $src/goo/*.h $fs/usr/include/poppler/goo
   49.27 -	cp $src/splash/*.h $fs/usr/include/poppler/splash
   49.28 -}
    50.1 --- a/poppler-qt4/receipt	Mon Apr 22 18:32:33 2013 +0200
    50.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    50.3 @@ -1,38 +0,0 @@
    50.4 -# SliTaz package receipt.
    50.5 -
    50.6 -PACKAGE="poppler-qt4"
    50.7 -VERSION="0.22.0"
    50.8 -CATEGORY="office"
    50.9 -SHORT_DESC="Poppler compiled with Qt4 support too."
   50.10 -MAINTAINER="pankso@slitaz.org"
   50.11 -DEPENDS="expat freetype glib jpeg xorg-libXdamage lcms \
   50.12 -gcc-lib-base cairo libQtCore libQtXml libQtGui tiff bzlib libpng"
   50.13 -BUILD_DEPENDS="expat-dev pkg-config jpeg-dev tiff-dev \
   50.14 -freetype-dev fontconfig-dev glib-dev lcms-dev zlib-dev cairo-dev \
   50.15 -automake bzip2-dev libpng-dev Qt4-dev libQtCore libQtXml libQtGui"
   50.16 -SOURCE="poppler"
   50.17 -TARBALL="$SOURCE-$VERSION.tar.gz"
   50.18 -WEB_SITE="http://poppler.freedesktop.org/"
   50.19 -WGET_URL="http://poppler.freedesktop.org/$TARBALL"
   50.20 -
   50.21 -PROVIDE="poppler"
   50.22 -
   50.23 -# Rules to configure and make the package.
   50.24 -compile_rules()
   50.25 -{
   50.26 -	cd $src
   50.27 -	./configure \
   50.28 -		--enable-poppler-qt4 \
   50.29 -		--enable-zlib \
   50.30 -		--enable-cairo-output \
   50.31 -		$CONFIGURE_ARGS &&
   50.32 -	make &&
   50.33 -	make install
   50.34 -}
   50.35 -
   50.36 -# Rules to gen a SliTaz package suitable for Tazpkg.
   50.37 -genpkg_rules()
   50.38 -{
   50.39 -	mkdir -p $fs/usr/lib
   50.40 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
   50.41 -}
    51.1 --- a/python-apsw/receipt	Mon Apr 22 18:32:33 2013 +0200
    51.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    51.3 @@ -1,28 +0,0 @@
    51.4 -# SliTaz package receipt.
    51.5 -
    51.6 -PACKAGE="python-apsw"
    51.7 -SOURCE="apsw"
    51.8 -VERSION="3.7.16.2-r1"
    51.9 -CATEGORY="development"
   51.10 -SHORT_DESC="Python wrapper for SQLite."
   51.11 -MAINTAINER="pascal.bellard@slitaz.org"
   51.12 -TARBALL="$SOURCE-$VERSION.zip"
   51.13 -WEB_SITE="http://code.google.com/p/$PACKAGE/"
   51.14 -WGET_URL="http://$SOURCE.googlecode.com/files/$TARBALL"
   51.15 -
   51.16 -DEPENDS="sqlite"
   51.17 -BUILD_DEPENDS="python-dev sqlite-dev"
   51.18 -
   51.19 -# Rules to configure and make the package.
   51.20 -compile_rules()
   51.21 -{
   51.22 -	cd $src
   51.23 -	python setup.py build &&
   51.24 -	python setup.py install --root=$DESTDIR
   51.25 -}
   51.26 -
   51.27 -# Rules to gen a SliTaz package suitable for Tazpkg.
   51.28 -genpkg_rules()
   51.29 -{
   51.30 -	cp -a $install/usr $fs
   51.31 -}
    52.1 --- a/qmake/receipt	Mon Apr 22 18:32:33 2013 +0200
    52.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    52.3 @@ -1,21 +0,0 @@
    52.4 -# SliTaz package receipt.
    52.5 -
    52.6 -PACKAGE="qmake"
    52.7 -VERSION="4.8.4"
    52.8 -CATEGORY="development"
    52.9 -SHORT_DESC="Qt make"
   52.10 -MAINTAINER="allan316@gmail.com"
   52.11 -DEPENDS="zlib gcc-lib-base"
   52.12 -WEB_SITE="http://qt-project.org/"
   52.13 -WANTED="qt4"
   52.14 -TAGS="qt"
   52.15 -
   52.16 -# Rules to gen a SliTaz package suitable for Tazpkg.
   52.17 -genpkg_rules()
   52.18 -{
   52.19 -	mkdir -p $fs/usr/bin
   52.20 -	cp -a $_pkg/usr/bin/qmake $fs/usr/bin
   52.21 -	cp -a $_pkg/usr/bin/moc $fs/usr/bin
   52.22 -	cp -a $_pkg/usr/bin/uic $fs/usr/bin
   52.23 -}
   52.24 -
    53.1 --- a/qt4-phonon/receipt	Mon Apr 22 18:32:33 2013 +0200
    53.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    53.3 @@ -1,17 +0,0 @@
    53.4 -# SliTaz package receipt.
    53.5 -
    53.6 -PACKAGE="qt4-phonon"
    53.7 -VERSION="4.8.4"
    53.8 -CATEGORY="multimedia"
    53.9 -SHORT_DESC="Qt phonon library"
   53.10 -MAINTAINER="pankso@slitaz.org"
   53.11 -DEPENDS="glib zlib gcc-lib-base"
   53.12 -WEB_SITE="http://qt-project.org/"
   53.13 -WANTED="qt4"
   53.14 -
   53.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   53.16 -genpkg_rules()
   53.17 -{
   53.18 -	mkdir -p $fs/usr/lib
   53.19 -	cp -a $_pkg/usr/lib/libphonon.so* $fs/usr/lib
   53.20 -}
    54.1 --- a/qt4/receipt	Mon Apr 22 18:32:33 2013 +0200
    54.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    54.3 @@ -1,89 +0,0 @@
    54.4 -# SliTaz package receipt.
    54.5 -
    54.6 -PACKAGE="qt4"
    54.7 -SOURCE="qt-everywhere-opensource-src"
    54.8 -VERSION="4.8.4"
    54.9 -CATEGORY="meta"
   54.10 -SHORT_DESC="qt x11 toolkit"
   54.11 -MAINTAINER="allan316@gmail.com"
   54.12 -TARBALL="$SOURCE-$VERSION.tar.gz"
   54.13 -WEB_SITE="http://qt-project.org/"
   54.14 -WGET_URL="http://releases.qt-project.org/qt4/source/$TARBALL"
   54.15 -PROVIDE="qt-x11-opensource-src"
   54.16 -TAGS="qt"
   54.17 -
   54.18 -DEPENDS="glibc-locale libQtCore libQtGui libQtNetwork libQtSvg libQtXml \
   54.19 -libQtDesigner libQtScript libQt3Support libQtClucene libQtDBus libQtHelp \
   54.20 -libQtOpenGL libQtSql libQtWebkit gstreamer"
   54.21 -BUILD_DEPENDS="xorg-libX11-dev dbus-dev gstreamer-dev gst-python-dev libmng-dev \
   54.22 -cups-dev mysql-dev unixODBC-dev mesa-dev fontconfig-dev libegl-mesa libglu-mesa \
   54.23 -libglw-mesa postgresql-dev gst-plugins-base-dev atk-dev autoconf automake bash \
   54.24 -binutils bison bzip2-dev cairo-dev coreutils expat-dev flex fontconfig-dev \
   54.25 -freetype-dev gettext glib-dev jpeg-dev libIDL libcap-dev libpng-dev libtool \
   54.26 -libxml2-dev linux-api-headers m4 make mercurial ncurses-dev openssl-dev \
   54.27 -pango-dev patch pcre-dev perl perl-xml-parser perl-xml-simple pixman-dev \
   54.28 -pkg-config tiff-dev xorg-dev-proto xorg-dev zip unzip gtk+-dev alsa-lib-dev \
   54.29 -sqlite-dev libglu-mesa-dev libglw-mesa-dev"
   54.30 -
   54.31 -# Rules to configure and make the package.
   54.32 -compile_rules()
   54.33 -{
   54.34 -	cd $src
   54.35 -	
   54.36 -	#ugly fix for missing files, you probably could do better
   54.37 -	
   54.38 -	mkdir -p $src/src/3rdparty/webkit/Source/WebKit2/generated
   54.39 -
   54.40 -	for i in $(grep MessageReceiver.cpp $stuff/missinglist); do
   54.41 -	fileprefix=${i%MessageReceiver.cpp}
   54.42 -	cppfilename=$(find $src/src/3rdparty/webkit/Source/WebKit2  -name $fileprefix.cpp)
   54.43 -	dname=$(dirname $cppfilename)
   54.44 -	/usr/bin/python $src/src/3rdparty/webkit/Source/WebKit2/Scripts/generate-message-receiver.py $dname/$fileprefix.messages.in > $src/src/3rdparty/webkit/Source/WebKit2/generated/$i
   54.45 -	done
   54.46 -	
   54.47 -	for i in $(grep Messages.h $stuff/missinglist); do
   54.48 -	fileprefix=${i%Messages.h}
   54.49 -	hfilename=$(find $src/src/3rdparty/webkit/Source/WebKit2  -name $fileprefix.h)
   54.50 -	dname=$(dirname $hfilename)
   54.51 -	/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
   54.52 -	done
   54.53 -	
   54.54 -		./configure\
   54.55 -		-silent \
   54.56 -		-prefix /usr \
   54.57 -		-confirm-license -opensource \
   54.58 -		-sysconfdir /etc \
   54.59 -		-plugindir /usr/lib/qt/plugins \
   54.60 -		-importdir /usr/lib/qt/imports \
   54.61 -		-translationdir /usr/share/qt/translations \
   54.62 -		-datadir /usr/share/qt \
   54.63 -		-docdir /usr/share/doc/qt \
   54.64 -		-examplesdir /usr/share/doc/qt/examples \
   54.65 -		-demosdir /usr/share/doc/qt/demos \
   54.66 -		-release \
   54.67 -		-nomake demos \
   54.68 -		-nomake examples \
   54.69 -		-nomake docs \
   54.70 -		-system-zlib \
   54.71 -		-system-libtiff \
   54.72 -		-system-libpng \
   54.73 -		-system-libmng \
   54.74 -		-system-libjpeg \
   54.75 -		-system-sqlite \
   54.76 -		-scripttools \
   54.77 -		-glib \
   54.78 -		-phonon \
   54.79 -		-optimized-qmake \
   54.80 -		-opengl \
   54.81 -		-gtkstyle \
   54.82 -		2>&1 | sed 's/such file or directory/file/' &&
   54.83 -	make $MAKEFLAGS &&
   54.84 -	make INSTALL_ROOT=$DESTDIR install
   54.85 -}
   54.86 -
   54.87 -# Rules to gen a SliTaz package suitable for Tazpkg.
   54.88 -genpkg_rules()
   54.89 -{
   54.90 -	# dummy tree to avoid 'tazwok cmp --cook' building loop
   54.91 -	mkdir $fs/etc
   54.92 -}
    55.1 --- a/qt4/stuff/missinglist	Mon Apr 22 18:32:33 2013 +0200
    55.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    55.3 @@ -1,68 +0,0 @@
    55.4 -AuthenticationManagerMessageReceiver.cpp
    55.5 -DownloadProxyMessageReceiver.cpp
    55.6 -DrawingAreaMessageReceiver.cpp
    55.7 -DrawingAreaProxyMessageReceiver.cpp
    55.8 -NPObjectMessageReceiverMessageReceiver.cpp
    55.9 -PluginControllerProxyMessageReceiver.cpp
   55.10 -PluginProcessMessageReceiver.cpp
   55.11 -PluginProcessProxyMessageReceiver.cpp
   55.12 -PluginProxyMessageReceiver.cpp
   55.13 -WebApplicationCacheManagerMessageReceiver.cpp
   55.14 -WebApplicationCacheManagerProxyMessageReceiver.cpp
   55.15 -WebContextMessageReceiver.cpp
   55.16 -WebCookieManagerMessageReceiver.cpp
   55.17 -WebCookieManagerProxyMessageReceiver.cpp
   55.18 -WebDatabaseManagerMessageReceiver.cpp
   55.19 -WebDatabaseManagerProxyMessageReceiver.cpp
   55.20 -WebFullScreenManagerMessageReceiver.cpp
   55.21 -WebFullScreenManagerProxyMessageReceiver.cpp
   55.22 -WebGeolocationManagerMessageReceiver.cpp
   55.23 -WebGeolocationManagerProxyMessageReceiver.cpp
   55.24 -WebIconDatabaseMessageReceiver.cpp
   55.25 -WebIconDatabaseProxyMessageReceiver.cpp
   55.26 -WebInspectorMessageReceiver.cpp
   55.27 -WebInspectorProxyMessageReceiver.cpp
   55.28 -WebKeyValueStorageManagerMessageReceiver.cpp
   55.29 -WebKeyValueStorageManagerProxyMessageReceiver.cpp
   55.30 -WebMediaCacheManagerMessageReceiver.cpp
   55.31 -WebMediaCacheManagerProxyMessageReceiver.cpp
   55.32 -WebPageMessageReceiver.cpp
   55.33 -WebPageProxyMessageReceiver.cpp
   55.34 -WebProcessConnectionMessageReceiver.cpp
   55.35 -WebProcessMessageReceiver.cpp
   55.36 -WebProcessProxyMessageReceiver.cpp
   55.37 -WebResourceCacheManagerMessageReceiver.cpp
   55.38 -WebResourceCacheManagerProxyMessageReceiver.cpp
   55.39 -AuthenticationManagerMessages.h
   55.40 -DownloadProxyMessages.h
   55.41 -NPObjectMessageReceiverMessages.h
   55.42 -PluginControllerProxyMessages.h
   55.43 -PluginProcessMessages.h
   55.44 -PluginProcessProxyMessages.h
   55.45 -PluginProxyMessages.h
   55.46 -WebApplicationCacheManagerMessages.h
   55.47 -WebApplicationCacheManagerProxyMessages.h
   55.48 -WebContextMessages.h
   55.49 -WebCookieManagerMessages.h
   55.50 -WebCookieManagerProxyMessages.h
   55.51 -WebDatabaseManagerMessages.h
   55.52 -WebDatabaseManagerProxyMessages.h
   55.53 -WebFullScreenManagerMessages.h
   55.54 -WebFullScreenManagerProxyMessages.h
   55.55 -WebGeolocationManagerMessages.h
   55.56 -WebGeolocationManagerProxyMessages.h
   55.57 -WebIconDatabaseMessages.h
   55.58 -WebIconDatabaseProxyMessages.h
   55.59 -WebInspectorMessages.h
   55.60 -WebInspectorProxyMessages.h
   55.61 -WebKeyValueStorageManagerMessages.h
   55.62 -WebKeyValueStorageManagerProxyMessages.h
   55.63 -WebMediaCacheManagerMessages.h
   55.64 -WebMediaCacheManagerProxyMessages.h
   55.65 -WebPageMessages.h
   55.66 -WebPageProxyMessages.h
   55.67 -WebProcessConnectionMessages.h
   55.68 -WebProcessMessages.h
   55.69 -WebProcessProxyMessages.h
   55.70 -WebResourceCacheManagerMessages.h
   55.71 -WebResourceCacheManagerProxyMessages.h
    56.1 --- a/qtconfig/receipt	Mon Apr 22 18:32:33 2013 +0200
    56.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    56.3 @@ -1,19 +0,0 @@
    56.4 -# SliTaz package receipt.
    56.5 -
    56.6 -PACKAGE="qtconfig"
    56.7 -VERSION="4.8.4"
    56.8 -CATEGORY="x-window"
    56.9 -SHORT_DESC="Qtconfig is a tool that allows users to customize the default settings for Qt applications."
   56.10 -MAINTAINER="slaxemulator@gmail.com"
   56.11 -DEPENDS="gst-plugins-base libQt3Support libQtNetwork libQtDBus qt4-phonon"
   56.12 -WEB_SITE="http://qt-project.org/"
   56.13 -WANTED="qt4"
   56.14 -
   56.15 -# Rules to gen a SliTaz package suitable for Tazpkg.
   56.16 -genpkg_rules()
   56.17 -{
   56.18 -	mkdir -p $fs/usr/bin $fs/usr/share/qt/translations
   56.19 -	cp -a $_pkg/usr/bin/qtconfig $fs/usr/bin
   56.20 -	cp -a $_pkg/usr/share/qt/translations/qtconfig*.qm $fs/usr/share/qt/translations
   56.21 -}
   56.22 -
    57.1 --- a/qtconfig/stuff/qtconfig.desktop	Mon Apr 22 18:32:33 2013 +0200
    57.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    57.3 @@ -1,10 +0,0 @@
    57.4 -[Desktop Entry]
    57.5 -Name=Qt Config 
    57.6 -Comment=Configure Qt behavior, styles, fonts
    57.7 -Exec=/usr/bin/qtconfig
    57.8 -Icon=qtlogo
    57.9 -Terminal=false
   57.10 -Encoding=UTF-8
   57.11 -Type=Application
   57.12 -Categories=Qt;Settings;
   57.13 -NoDisplay=true
    58.1 --- a/slitaz-i18n/receipt	Mon Apr 22 18:32:33 2013 +0200
    58.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    58.3 @@ -1,60 +0,0 @@
    58.4 -# SliTaz package receipt
    58.5 -
    58.6 -PACKAGE="slitaz-i18n"
    58.7 -VERSION="4.0"
    58.8 -CATEGORY="meta"
    58.9 -SHORT_DESC="SliTaz internationalization meta package to build locale pack."
   58.10 -MAINTAINER="pankso@slitaz.org"
   58.11 -WEB_SITE="http://www.slitaz.org/"
   58.12 -
   58.13 -# Bdeps ensure packages are built so we can get generated po files.
   58.14 -BUILD_DEPENDS="asunder alsaplayer epdfview galculator viewnior gparted nano \
   58.15 -glib gtk+ leafpad lxpanel lxtask obconf openbox pcmanfm midori mtpaint \
   58.16 -mhwaveedit lostirc"
   58.17 -
   58.18 -# Rules to gen a SliTaz package suitable for Tazpkg.
   58.19 -genpkg_rules()
   58.20 -{
   58.21 -	mkdir -p $fs/usr/share/doc/slitaz
   58.22 -	. $stuff/locale-pack.conf
   58.23 -	for p in $CORE_PKGS
   58.24 -	do
   58.25 -		if [ ! -d "$WOK/$p/install" ]; then
   58.26 -			if [ -x /usr/bin/cook ]; then
   58.27 -				cook $p
   58.28 -			else
   58.29 -				tazwok cook $p
   58.30 -			fi
   58.31 -		fi
   58.32 -	done
   58.33 -	# Cook all locale pack.
   58.34 -	for i in $LOCALE_PACK
   58.35 -	do
   58.36 -		if [ -x /usr/bin/cook ]; then
   58.37 -			cook locale-$i
   58.38 -		elif [ -x /usr/bin/tazwok ]; then
   58.39 -			tazwok cook locale-$i
   58.40 -		fi
   58.41 -	done
   58.42 -	cat > $fs/usr/share/doc/slitaz/i18n.txt << EOT
   58.43 -SliTaz i18n information
   58.44 -================================================================================
   58.45 -
   58.46 -This package provides the necessary functions and configs for the SliTaz locale 
   58.47 -pack. SliTaz uses UTF-8 by default and tazlocale (from SliTaz tools) to 
   58.48 -configure the system language.
   58.49 -
   58.50 -
   58.51 -Translated packages files included in the core languages pack (from upstream):
   58.52 -----
   58.53 -$CORE_PKGS
   58.54 -----
   58.55 -
   58.56 -SliTaz i18n project coordination is done on the SCN and doc is on the website:
   58.57 -
   58.58 -	http://www.slitaz.org/i18n.php
   58.59 -
   58.60 -
   58.61 -================================================================================
   58.62 -EOT
   58.63 -}
    59.1 --- a/slitaz-i18n/stuff/locale-pack.conf	Mon Apr 22 18:32:33 2013 +0200
    59.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    59.3 @@ -1,8 +0,0 @@
    59.4 -
    59.5 -# Packages LC_MESSAGES included in the locale pack.
    59.6 -CORE_PKGS="asunder alsaplayer epdfview galculator viewnior gparted nano \
    59.7 -glib gtk+ leafpad lxpanel lxtask lxrandr obconf openbox pcmanfm midori \
    59.8 -mtpaint mhwaveedit lostirc transmission"
    59.9 -
   59.10 -# List of all locale pack (locale-xx)
   59.11 -LOCALE_PACK="cs da de es fr hu id it pt pt_BR ru sl sv zh_CN zh_TW"
    60.1 --- a/slitaz-i18n/stuff/locale-pack.functions	Mon Apr 22 18:32:33 2013 +0200
    60.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    60.3 @@ -1,63 +0,0 @@
    60.4 -#!/bin/sh
    60.5 -
    60.6 -# Standard directories having translated files.
    60.7 -mk_locale_dir()
    60.8 -{
    60.9 -	mkdir -p \
   60.10 -		$fs/usr/share/locale/$LOCALE \
   60.11 -		$fs/etc/xdg/openbox
   60.12 -}
   60.13 -
   60.14 -# Get translated files from SliTaz sub projects: configs & tools.
   60.15 -get_slitaz_messages()
   60.16 -{
   60.17 -	configs=$WOK/slitaz-configs/source
   60.18 -	openbox=$configs/slitaz-configs-*/rootfs/etc/xdg/openbox
   60.19 -	#tools=$WOK/slitaz-tools/source
   60.20 -
   60.21 -	# Make tazwok compatible with this.
   60.22 -	if [ ! -x /usr/bin/cook ]; then
   60.23 -		[ -d $configs ] || tazwok get-src slitaz-configs --target=$configs
   60.24 -		#[ -d $tools ] || tazwok get-src slitaz-tools --target=$tools
   60.25 -	fi
   60.26 -
   60.27 -	[ ! -d $configs ] && echo "ERROR: missing source slitaz-configs" && exit 1
   60.28 -	#[ ! -d $tools ] && echo "ERROR: missing source slitaz-tools" && exit 1
   60.29 -
   60.30 -	if [ -f $openbox/menu.${LOCALE}.xml ]; then
   60.31 -		echo "* Found $LOCALE locale for: openbox menu"
   60.32 -		cp $openbox/menu.${LOCALE}.xml $fs/etc/xdg/openbox
   60.33 -	fi
   60.34 -	
   60.35 -	# Tools messages will be replace in time by POT files.
   60.36 -	#
   60.37 -	# NOTE: All po files are now include into slitaz-tools (easy for update)
   60.38 -	#
   60.39 -	#if [ -d $tools/slitaz-tools-*/messages/$LOCALE ]; then
   60.40 -		#echo "* Found $LOCALE locale for: slitaz-tools"
   60.41 -		#cp -a $tools/slitaz-tools-*/messages/$LOCALE \
   60.42 -			#$fs/usr/share/slitaz/messages
   60.43 -	#fi
   60.44 -	
   60.45 -	#if [ -d $tools/slitaz-tools-*/po/mo/$LOCALE ]; then
   60.46 -		#for app in $(ls $tools/slitaz-tools-*/po/mo/$LOCALE)
   60.47 -		#do
   60.48 -			#echo "* Found $LOCALE locale for: ${app%.mo}"
   60.49 -			#cp -a $tools/slitaz-tools-*/po/mo/$LOCALE/$app \
   60.50 -				#$fs/usr/share/locale/$LOCALE
   60.51 -		#done
   60.52 -	#fi
   60.53 -}
   60.54 -
   60.55 -# Get the core packages messages.
   60.56 -get_core_messages()
   60.57 -{
   60.58 -	for i in $CORE_PKGS
   60.59 -	do
   60.60 -		if [ -d $WOK/$i/install/usr/share/locale/$LOCALE ]; then
   60.61 -			echo "* Found $LOCALE locale for: $i"
   60.62 -			cp -a $WOK/$i/install/usr/share/locale/$LOCALE \
   60.63 -				$fs/usr/share/locale
   60.64 -		fi
   60.65 -	done
   60.66 -}
    61.1 --- a/sudo-pam/receipt	Mon Apr 22 18:32:33 2013 +0200
    61.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    61.3 @@ -1,68 +0,0 @@
    61.4 -# SliTaz package receipt.
    61.5 -
    61.6 -PACKAGE="sudo-pam"
    61.7 -VERSION="1.8.6p3"
    61.8 -CATEGORY="security"
    61.9 -SHORT_DESC="Sudo (su \"do\") allows a system administrator to delegate authority using PAM."
   61.10 -MAINTAINER="erjo@slitaz.org"
   61.11 -SOURCE="sudo"
   61.12 -TARBALL="$SOURCE-$VERSION.tar.gz"
   61.13 -WEB_SITE="http://www.gratisoft.us/sudo/"
   61.14 -WGET_URL="http://www.gratisoft.us/sudo/dist/$TARBALL"
   61.15 -PROVIDE="sudo:pam"
   61.16 -
   61.17 -DEPENDS="pam"
   61.18 -BUILD_DEPENDS="pam-dev"
   61.19 -
   61.20 -# Rules to configure and make the package.
   61.21 -compile_rules()
   61.22 -{
   61.23 -	cd $src
   61.24 -	./configure \
   61.25 -		--sysconfdir=/etc \
   61.26 -		--with-pam \
   61.27 -		--with-editor=/bin/vi \
   61.28 -		--libexecdir=/usr/lib \
   61.29 -		$CONFIGURE_ARGS &&
   61.30 -	make && make install
   61.31 -}
   61.32 -
   61.33 -# Rules to gen a SliTaz package suitable for Tazpkg.
   61.34 -genpkg_rules()
   61.35 -{
   61.36 -	mkdir -p $fs/usr/lib
   61.37 -	mkdir -p $fs/etc
   61.38 -	cp -a $_pkg/usr/bin $fs/usr
   61.39 -	cp -a $_pkg/usr/sbin $fs/usr
   61.40 -	cp -a $_pkg/etc/sudoers $fs/etc/
   61.41 -	cp -a $_pkg/usr/lib/*.so $fs/usr/lib
   61.42 -}
   61.43 -
   61.44 -pre_install()
   61.45 -{
   61.46 -	local root
   61.47 -	root=$1
   61.48 -	echo "Processing pre-install commands..."
   61.49 -	if [ -f $root/etc/sudoers.bak ]; then
   61.50 -		cp $root/etc/sudoers $root/etc/sudoers.bak
   61.51 -	fi
   61.52 -}
   61.53 -
   61.54 -post_install()
   61.55 -{
   61.56 -	local root
   61.57 -	root=$1
   61.58 -	echo "Processing post-install commands..."
   61.59 -	if [ -f $root/etc/sudoers.bak ]; then
   61.60 -		rm -f $root/etc/sudoers
   61.61 -		mv $root/etc/sudoers.bak $root/etc/sudoers
   61.62 -	else
   61.63 -		chown root.root $root/etc/sudoers
   61.64 -		chmod 0440 $root/etc/sudoers
   61.65 -	fi
   61.66 -}                        
   61.67 -
   61.68 -pre_remove()
   61.69 -{
   61.70 -	tazpkg get-install  ${PACKAGE%-pam}
   61.71 -}
    62.1 --- a/sudo-pam/stuff/etc/pam.d/sudo	Mon Apr 22 18:32:33 2013 +0200
    62.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    62.3 @@ -1,7 +0,0 @@
    62.4 -#%PAM-1.0
    62.5 -# specify the PAM fallback behaviour
    62.6 -
    62.7 -auth	required	pam_unix.so
    62.8 -account	required	pam_unix.so
    62.9 -password	required	pam_unix.so md5
   62.10 -session	required	pam_limits.so
    63.1 --- a/sudo-pam/stuff/etc/security/limits.conf	Mon Apr 22 18:32:33 2013 +0200
    63.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
    63.3 @@ -1,53 +0,0 @@
    63.4 -# /etc/security/limits.conf
    63.5 -#
    63.6 -#Each line describes a limit for a user in the form:
    63.7 -#
    63.8 -#<domain>        <type>  <item>  <value>
    63.9 -#
   63.10 -#Where:
   63.11 -#<domain> can be:
   63.12 -#        - an user name
   63.13 -#        - a group name, with @group syntax
   63.14 -#        - the wildcard *, for default entry
   63.15 -#        - the wildcard %, can be also used with %group syntax,
   63.16 -#                 for maxlogin limit
   63.17 -#
   63.18 -#<type> can have the two values:
   63.19 -#        - "soft" for enforcing the soft limits
   63.20 -#        - "hard" for enforcing hard limits
   63.21 -#
   63.22 -#<item> can be one of the following:
   63.23 -#        - core - limits the core file size (KB)
   63.24 -#        - data - max data size (KB)
   63.25 -#        - fsize - maximum filesize (KB)
   63.26 -#        - memlock - max locked-in-memory address space (KB)
   63.27 -#        - nofile - max number of open files
   63.28 -#        - rss - max resident set size (KB)
   63.29 -#        - stack - max stack size (KB)
   63.30 -#        - cpu - max CPU time (MIN)
   63.31 -#        - nproc - max number of processes
   63.32 -#        - as - address space limit (KB)
   63.33 -#        - maxlogins - max number of logins for this user
   63.34 -#        - maxsyslogins - max number of logins on the system
   63.35 -#        - priority - the priority to run user process with
   63.36 -#        - locks - max number of file locks the user can hold
   63.37 -#        - sigpending - max number of pending signals
   63.38 -#        - msgqueue - max memory used by POSIX message queues (bytes)
   63.39 -#        - nice - max nice priority allowed to raise to values: [-20, 19]
   63.40 -#        - rtprio - max realtime priority
   63.41 -#
   63.42 -#<domain>      <type>  <item>         <value>
   63.43 -#
   63.44 -
   63.45 -#*               soft    core            0
   63.46 -#*               hard    rss             10000
   63.47 -#@student        hard    nproc           20
   63.48 -#@faculty        soft    nproc           20
   63.49 -#@faculty        hard    nproc           50
   63.50 -#ftp             hard    nproc           0
   63.51 -#@student        -       maxlogins       4
   63.52 -@audio - rtprio 90
   63.53 -@audio - memlock unlimited
   63.54 -@audio - nice -10
   63.55 -
   63.56 -# End of file