wok-current rev 18678
Add xpenguins (2.2), xpenguins_themes (1.0)
author | Lucas Levrel <llevrel@yahoo.fr> |
---|---|
date | Mon Dec 07 22:10:28 2015 +0100 (2015-12-07) |
parents | 8ac5467237fd |
children | 80af4cc457ac |
files | xpenguins/description.txt xpenguins/description.txt~ xpenguins/receipt xpenguins_themes/.receipt.swp xpenguins_themes/description.txt xpenguins_themes/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/xpenguins/description.txt Mon Dec 07 22:10:28 2015 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +XPenguins is a program for animating cute cartoons/animals in your 1.5 +root window. By default it will be penguins - they fall from the top 1.6 +of the screen, walk along the top of windows, up the side of windows 1.7 +and do various other stuff. Other themes in the base package are "Big 1.8 +Penguins" (50% bigger), "Classic Penguins" (reproducing XPenguins 1.9 +version 1.2), "Turtles", and "Bill". More themes in the xpenguins_themes 1.10 +package: The Simpsons, Sonic the Hedgehog, Lemmings, Winnie the Pooh, and 1.11 +Worms.
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/xpenguins/description.txt~ Mon Dec 07 22:10:28 2015 +0100 2.3 @@ -0,0 +1,9 @@ 2.4 +XPenguins is a program for animating cute cartoons/animals in your 2.5 +root window. By default it will be penguins - they fall from the top 2.6 +of the screen, walk along the top of windows, up the side of windows 2.7 +and do various other stuff. Other themes in the base package are "Big 2.8 +Penguins" (50% bigger), "Classic Penguins" (reproducing XPenguins 2.9 +version 1.2), "Turtles", and "Bill". More themes can be downloaded 2.10 +from the XPenguins web site (http://xpenguins.seul.org/) - version 0.9 2.11 +of the xpenguins_themes package contains "The Simpsons", "Sonic the 2.12 +Hedgehog", "Lemmings" and "Winnie the Pooh".
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/xpenguins/receipt Mon Dec 07 22:10:28 2015 +0100 3.3 @@ -0,0 +1,29 @@ 3.4 +# SliTaz package receipt. 3.5 + 3.6 +PACKAGE="xpenguins" 3.7 +VERSION="2.2" 3.8 +CATEGORY="misc" 3.9 +SHORT_DESC="Cute little penguins walking along the tops of your windows" 3.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>" 3.11 +LICENSE="GPL" 3.12 +WEB_SITE="http://xpenguins.seul.org" 3.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 3.14 +WGET_URL="$WEB_SITE/$TARBALL" 3.15 + 3.16 +DEPENDS="xorg-libXpm xorg-libX11 xorg-libXext" 3.17 +BUILD_DEPENDS="xorg-libXpm-dev xorg-libX11-dev xorg-libXext-dev" 3.18 + 3.19 +# Rules to configure and make the package. 3.20 +compile_rules() 3.21 +{ 3.22 + ./configure $CONFIGURE_ARGS --prefix=/usr && 3.23 + make && 3.24 + make DESTDIR=$DESTDIR install 3.25 +} 3.26 + 3.27 +# Rules to gen a SliTaz package suitable for Tazpkg. 3.28 +genpkg_rules() 3.29 +{ 3.30 + rm -r $install/usr/share/man 3.31 + cp -a $install/* $fs 3.32 +}
4.1 Binary file xpenguins_themes/.receipt.swp has changed
5.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 5.2 +++ b/xpenguins_themes/description.txt Mon Dec 07 22:10:28 2015 +0100 5.3 @@ -0,0 +1,2 @@ 5.4 +Additional themes for XPenguins: 5.5 +The Simpsons, Sonic the Hedgehog, Lemmings, Winnie the Pooh, and Worms.
6.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 6.2 +++ b/xpenguins_themes/receipt Mon Dec 07 22:10:28 2015 +0100 6.3 @@ -0,0 +1,28 @@ 6.4 +# SliTaz package receipt. 6.5 + 6.6 +PACKAGE="xpenguins_themes" 6.7 +VERSION="1.0" 6.8 +CATEGORY="misc" 6.9 +SHORT_DESC="Additional themes for XPenguins" 6.10 +MAINTAINER="Lucas Levrel <llev@slitaz.org>" 6.11 +LICENSE="unclear" 6.12 +WEB_SITE="http://xpenguins.seul.org" 6.13 +TARBALL="$PACKAGE-$VERSION.tar.gz" 6.14 +SOURCE="themes" 6.15 +WGET_URL="$WEB_SITE/$TARBALL" 6.16 + 6.17 +DEPENDS="xpenguins" 6.18 +BUILD_DEPENDS="" 6.19 + 6.20 +# Rules to configure and make the package. 6.21 +compile_rules() 6.22 +{ 6.23 + true 6.24 +} 6.25 + 6.26 +# Rules to gen a SliTaz package suitable for Tazpkg. 6.27 +genpkg_rules() 6.28 +{ 6.29 + mkdir -p $fs/usr/share/xpenguins 6.30 + cp -a $src $fs/usr/share/xpenguins 6.31 +}