wok-current rev 237
UP: nano (2.0.7) and sqlite (3.5.6)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Feb 17 22:20:04 2008 +0100 (2008-02-17) |
parents | 6f0f8c0fbedc |
children | 8b267a450470 |
files | nano/receipt nano/stuff/nano.desktop sqlite-dev/receipt sqlite/receipt sqlite/stuff/sqlite.desktop |
line diff
1.1 --- a/nano/receipt Sun Feb 17 15:30:24 2008 +0100 1.2 +++ b/nano/receipt Sun Feb 17 22:20:04 2008 +0100 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="nano" 1.7 -VERSION="2.0.6" 1.8 +VERSION="2.0.7" 1.9 CATEGORY="utilities" 1.10 SHORT_DESC="GNU Nano Text Editor." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -25,13 +25,9 @@ 1.13 # Rules to gen a SliTaz package suitable for Tazpkg. 1.14 genpkg_rules() 1.15 { 1.16 - mkdir -p $fs/usr/share/locale/fr $fs/etc $fs/usr/share/pixmaps 1.17 + mkdir -p $fs/usr/share $fs/etc 1.18 cp -a $_pkg/usr/bin $fs/usr 1.19 cp -a $_pkg/usr/share/nano $fs/usr/share 1.20 - strip -s $fs/usr/bin/* 1.21 - cp -a $_pkg/usr/share/locale/fr/LC_MESSAGES $fs/usr/share/locale/fr 1.22 # Config file. 1.23 cp stuff/nanorc $fs/etc 1.24 - # Pixmap. 1.25 - cp stuff/nano.png $fs/usr/share/pixmaps 1.26 }
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/nano/stuff/nano.desktop Sun Feb 17 22:20:04 2008 +0100 2.3 @@ -0,0 +1,12 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Nano 2.7 +GenericName=Text editor 2.8 +GenericName[fr]=Editeur de texte 2.9 +Comment=Advenced text editor 2.10 +Comment[fr]=Editeur de texte avançé 2.11 +Exec=xterm -bg black -fg white -cr lightblue -e nano 2.12 +Icon=nano.png 2.13 +Terminal=true 2.14 +Type=Application 2.15 +Categories=Utility;TextEditor;
3.1 --- a/sqlite-dev/receipt Sun Feb 17 15:30:24 2008 +0100 3.2 +++ b/sqlite-dev/receipt Sun Feb 17 22:20:04 2008 +0100 3.3 @@ -1,7 +1,7 @@ 3.4 # SliTaz package receipt. 3.5 3.6 PACKAGE="sqlite-dev" 3.7 -VERSION="3.5.3" 3.8 +VERSION="3.5.6" 3.9 CATEGORY="development" 3.10 SHORT_DESC="Small SQL database engine devel files." 3.11 MAINTAINER="pankso@slitaz.org"
4.1 --- a/sqlite/receipt Sun Feb 17 15:30:24 2008 +0100 4.2 +++ b/sqlite/receipt Sun Feb 17 22:20:04 2008 +0100 4.3 @@ -1,14 +1,15 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="sqlite" 4.7 -VERSION="3.5.3" 4.8 +VERSION="3.5.6" 4.9 CATEGORY="office" 4.10 SHORT_DESC="Small SQL database engine." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.13 WEB_SITE="http://www.sqlite.org/" 4.14 WGET_URL="http://www.sqlite.org/$TARBALL" 4.15 -JWM_MENU='Productivity:<Program icon="applications-other.png" label="SQLite">xterm -bg black -fg white -cr lightgreen -e sqlite3</Program>' 4.16 +JWM_MENU='Office:<Program icon="applications-other.png" label="SQLite">xterm -bg black -fg white -cr lightgreen -e sqlite3</Program>' 4.17 +HANDBOOK_URL='http://www.slitaz.org/doc/handbook/office.html#sqlite' 4.18 4.19 # Rules to configure and make the package. 4.20 compile_rules() 4.21 @@ -26,6 +27,4 @@ 4.22 mkdir -p $fs/usr/lib 4.23 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 4.24 cp -a $_pkg/usr/bin $fs/usr 4.25 - strip -s $fs/usr/lib/*.so* 4.26 - strip -s $fs/usr/bin/* 4.27 }
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/sqlite/stuff/sqlite.desktop Sun Feb 17 22:20:04 2008 +0100 5.3 @@ -0,0 +1,12 @@ 5.4 +[Desktop Entry] 5.5 +Encoding=UTF-8 5.6 +Name=SQLite 5.7 +GenericName=Database engine 5.8 +GenericName[fr]=Base de données 5.9 +Comment=Small database engine 5.10 +Comment[fr]=Moteur de base de données léger 5.11 +Terminal=true 5.12 +Exec=xterm -bg black -fg white -cr lighblue -e sqlite3 5.13 +Icon=/usr/share/icons/Tango/16x16/categories/applications-other.png 5.14 +Type=Application 5.15 +Categories=Office;