wok-next rev 18690
Up tazpkg(888), tazpanel(558)
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Dec 11 01:54:14 2015 +0200 (2015-12-11) |
parents | e2e3be9972fa |
children | 0fa8e8aae1b8 |
files | tazpanel-extra/receipt tazpanel-ttf-css/receipt tazpanel/description.txt tazpanel/receipt tazpkg/description.txt tazpkg/receipt |
line diff
1.1 --- a/tazpanel-extra/receipt Fri Dec 11 00:40:59 2015 +0200 1.2 +++ b/tazpanel-extra/receipt Fri Dec 11 01:54:14 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazpanel-extra" 1.7 -VERSION="554" 1.8 +VERSION="558" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="SliTaz administration and configuration panel extra modules." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/tazpanel-ttf-css/receipt Fri Dec 11 00:40:59 2015 +0200 2.2 +++ b/tazpanel-ttf-css/receipt Fri Dec 11 01:54:14 2015 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tazpanel-ttf-css" 2.7 -VERSION="554" 2.8 +VERSION="558" 2.9 CATEGORY="misc" 2.10 SHORT_DESC="Enables tazpanel.ttf icons in opera browser" 2.11 MAINTAINER="psychomaniak@xakep.ru" 2.12 @@ -44,4 +44,3 @@ 2.13 mkdir -p $S 2.14 cp $src/styles/default/presto.css $S 2.15 } 2.16 -
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/tazpanel/description.txt Fri Dec 11 01:54:14 2015 +0200 3.3 @@ -0,0 +1,5 @@ 3.4 +TazPanel is the SliTaz Control Panel, a web interface which lets you manage the 3.5 +full system in a radically simple way. The output xHTML code is valid xHTML 5 3.6 +and all theming is done with standard CSS 3. 3.7 + 3.8 +TazPanel is published under a BSD License.
4.1 --- a/tazpanel/receipt Fri Dec 11 00:40:59 2015 +0200 4.2 +++ b/tazpanel/receipt Fri Dec 11 01:54:14 2015 +0200 4.3 @@ -1,7 +1,7 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="tazpanel" 4.7 -VERSION="557" 4.8 +VERSION="558" 4.9 CATEGORY="system-tools" 4.10 SHORT_DESC="SliTaz administration and configuration panel." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 @@ -14,7 +14,7 @@ 4.13 4.14 SUGGESTED="tazinst-gui tazinst" 4.15 DEPENDS="busybox gettext-base" 4.16 -BUILD_DEPENDS="gettext jsmin" 4.17 +BUILD_DEPENDS="gettext jsmin tidy-html5" 4.18 4.19 # Rules to configure and make the package. 4.20 compile_rules()
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/tazpkg/description.txt Fri Dec 11 01:54:14 2015 +0200 5.3 @@ -0,0 +1,9 @@ 5.4 +TazPkg is a small but powerful packages manager for SliTaz GNU/Linux and other 5.5 +UNIX-like operating systems. It uses a *.tazpkg package generally built by 5.6 +Cookutils with a receipt found in the wok. More information can be found in the 5.7 +SliTaz Cookbook and the manual. 5.8 + 5.9 +TazPkg is entirely built from scratch using shell script. TazPkg is distributed 5.10 +under the free GNU license GPL V3. 5.11 + 5.12 +Development HG repo: <http://hg.slitaz.org/tazpkg>
6.1 --- a/tazpkg/receipt Fri Dec 11 00:40:59 2015 +0200 6.2 +++ b/tazpkg/receipt Fri Dec 11 01:54:14 2015 +0200 6.3 @@ -1,7 +1,7 @@ 6.4 # SliTaz package receipt. 6.5 6.6 PACKAGE="tazpkg" 6.7 -VERSION="884" 6.8 +VERSION="888" 6.9 CATEGORY="base-system" 6.10 SHORT_DESC="SliTaz packages manager" 6.11 MAINTAINER="pankso@slitaz.org" 6.12 @@ -14,7 +14,7 @@ 6.13 6.14 DEPENDS="busybox gettext-base" 6.15 SUGGESTED="tazpanel" 6.16 -BUILD_DEPENDS="gettext" 6.17 +BUILD_DEPENDS="gettext tidy-html5" 6.18 6.19 # Gettext is part of cross-chroot 6.20 case "$ARCH" in