wok rev 18679
Up tazpanel(557), tazlito(409); tiny edits xpenguins, xpenguins_themes
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Tue Dec 08 13:50:59 2015 +0200 (2015-12-08) |
parents | 95e835ab9f4c |
children | cd282dbb83dc |
files | tazlito/receipt tazpanel/receipt xpenguins/description.txt~ xpenguins/receipt xpenguins_themes/.receipt.swp xpenguins_themes/receipt |
line diff
1.1 --- a/tazlito/receipt Mon Dec 07 22:10:28 2015 +0100 1.2 +++ b/tazlito/receipt Tue Dec 08 13:50:59 2015 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tazlito" 1.7 -VERSION="405" 1.8 +VERSION="409" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="SliTaz Live Tool." 1.11 MAINTAINER="pascal.bellard@slitaz.org"
2.1 --- a/tazpanel/receipt Mon Dec 07 22:10:28 2015 +0100 2.2 +++ b/tazpanel/receipt Tue Dec 08 13:50:59 2015 +0200 2.3 @@ -1,7 +1,7 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="tazpanel" 2.7 -VERSION="554" 2.8 +VERSION="557" 2.9 CATEGORY="system-tools" 2.10 SHORT_DESC="SliTaz administration and configuration panel." 2.11 MAINTAINER="pankso@slitaz.org"
3.1 --- a/xpenguins/description.txt~ Mon Dec 07 22:10:28 2015 +0100 3.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 3.3 @@ -1,9 +0,0 @@ 3.4 -XPenguins is a program for animating cute cartoons/animals in your 3.5 -root window. By default it will be penguins - they fall from the top 3.6 -of the screen, walk along the top of windows, up the side of windows 3.7 -and do various other stuff. Other themes in the base package are "Big 3.8 -Penguins" (50% bigger), "Classic Penguins" (reproducing XPenguins 3.9 -version 1.2), "Turtles", and "Bill". More themes can be downloaded 3.10 -from the XPenguins web site (http://xpenguins.seul.org/) - version 0.9 3.11 -of the xpenguins_themes package contains "The Simpsons", "Sonic the 3.12 -Hedgehog", "Lemmings" and "Winnie the Pooh".
4.1 --- a/xpenguins/receipt Mon Dec 07 22:10:28 2015 +0100 4.2 +++ b/xpenguins/receipt Tue Dec 08 13:50:59 2015 +0200 4.3 @@ -24,6 +24,6 @@ 4.4 # Rules to gen a SliTaz package suitable for Tazpkg. 4.5 genpkg_rules() 4.6 { 4.7 - rm -r $install/usr/share/man 4.8 cp -a $install/* $fs 4.9 + rm -r $fs/usr/share/man 4.10 }
5.1 Binary file xpenguins_themes/.receipt.swp has changed
6.1 --- a/xpenguins_themes/receipt Mon Dec 07 22:10:28 2015 +0100 6.2 +++ b/xpenguins_themes/receipt Tue Dec 08 13:50:59 2015 +0200 6.3 @@ -8,7 +8,6 @@ 6.4 LICENSE="unclear" 6.5 WEB_SITE="http://xpenguins.seul.org" 6.6 TARBALL="$PACKAGE-$VERSION.tar.gz" 6.7 -SOURCE="themes" 6.8 WGET_URL="$WEB_SITE/$TARBALL" 6.9 6.10 DEPENDS="xpenguins" 6.11 @@ -23,6 +22,6 @@ 6.12 # Rules to gen a SliTaz package suitable for Tazpkg. 6.13 genpkg_rules() 6.14 { 6.15 - mkdir -p $fs/usr/share/xpenguins 6.16 - cp -a $src $fs/usr/share/xpenguins 6.17 + mkdir -p $fs/usr/share/xpenguins/themes 6.18 + cp -a $src/* $fs/usr/share/xpenguins/themes 6.19 }