# HG changeset patch # User Lucas Levrel # Date 1449522628 -3600 # Node ID 95e835ab9f4c45121a885b9edecbb97323f3b232 # Parent 8ac5467237fdf6b32de4ea17e5e7bbae0f589ee7 Add xpenguins (2.2), xpenguins_themes (1.0) diff -r 8ac5467237fd -r 95e835ab9f4c xpenguins/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xpenguins/description.txt Mon Dec 07 22:10:28 2015 +0100 @@ -0,0 +1,8 @@ +XPenguins is a program for animating cute cartoons/animals in your +root window. By default it will be penguins - they fall from the top +of the screen, walk along the top of windows, up the side of windows +and do various other stuff. Other themes in the base package are "Big +Penguins" (50% bigger), "Classic Penguins" (reproducing XPenguins +version 1.2), "Turtles", and "Bill". More themes in the xpenguins_themes +package: The Simpsons, Sonic the Hedgehog, Lemmings, Winnie the Pooh, and +Worms. diff -r 8ac5467237fd -r 95e835ab9f4c xpenguins/description.txt~ --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xpenguins/description.txt~ Mon Dec 07 22:10:28 2015 +0100 @@ -0,0 +1,9 @@ +XPenguins is a program for animating cute cartoons/animals in your +root window. By default it will be penguins - they fall from the top +of the screen, walk along the top of windows, up the side of windows +and do various other stuff. Other themes in the base package are "Big +Penguins" (50% bigger), "Classic Penguins" (reproducing XPenguins +version 1.2), "Turtles", and "Bill". More themes can be downloaded +from the XPenguins web site (http://xpenguins.seul.org/) - version 0.9 +of the xpenguins_themes package contains "The Simpsons", "Sonic the +Hedgehog", "Lemmings" and "Winnie the Pooh". diff -r 8ac5467237fd -r 95e835ab9f4c xpenguins/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xpenguins/receipt Mon Dec 07 22:10:28 2015 +0100 @@ -0,0 +1,29 @@ +# SliTaz package receipt. + +PACKAGE="xpenguins" +VERSION="2.2" +CATEGORY="misc" +SHORT_DESC="Cute little penguins walking along the tops of your windows" +MAINTAINER="Lucas Levrel " +LICENSE="GPL" +WEB_SITE="http://xpenguins.seul.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="$WEB_SITE/$TARBALL" + +DEPENDS="xorg-libXpm xorg-libX11 xorg-libXext" +BUILD_DEPENDS="xorg-libXpm-dev xorg-libX11-dev xorg-libXext-dev" + +# Rules to configure and make the package. +compile_rules() +{ + ./configure $CONFIGURE_ARGS --prefix=/usr && + make && + make DESTDIR=$DESTDIR install +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + rm -r $install/usr/share/man + cp -a $install/* $fs +} diff -r 8ac5467237fd -r 95e835ab9f4c xpenguins_themes/.receipt.swp Binary file xpenguins_themes/.receipt.swp has changed diff -r 8ac5467237fd -r 95e835ab9f4c xpenguins_themes/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xpenguins_themes/description.txt Mon Dec 07 22:10:28 2015 +0100 @@ -0,0 +1,2 @@ +Additional themes for XPenguins: +The Simpsons, Sonic the Hedgehog, Lemmings, Winnie the Pooh, and Worms. diff -r 8ac5467237fd -r 95e835ab9f4c xpenguins_themes/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/xpenguins_themes/receipt Mon Dec 07 22:10:28 2015 +0100 @@ -0,0 +1,28 @@ +# SliTaz package receipt. + +PACKAGE="xpenguins_themes" +VERSION="1.0" +CATEGORY="misc" +SHORT_DESC="Additional themes for XPenguins" +MAINTAINER="Lucas Levrel " +LICENSE="unclear" +WEB_SITE="http://xpenguins.seul.org" +TARBALL="$PACKAGE-$VERSION.tar.gz" +SOURCE="themes" +WGET_URL="$WEB_SITE/$TARBALL" + +DEPENDS="xpenguins" +BUILD_DEPENDS="" + +# Rules to configure and make the package. +compile_rules() +{ + true +} + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/xpenguins + cp -a $src $fs/usr/share/xpenguins +}