# HG changeset patch # User Hans-G?nter Theisgen # Date 1659599653 -3600 # Node ID 6ed15a9904a6096f4c806bc6e6906935a0a29071 # Parent d364ad3c406c1807c2755d04c5c186d97f2cdd20 updated wordwarvi (1.0.2 -> 1.0.4) diff -r d364ad3c406c -r 6ed15a9904a6 wordwarvi/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/wordwarvi/description.txt Thu Aug 04 08:54:13 2022 +0100 @@ -0,0 +1,7 @@ +Word War vi is your basic side-scrolling shoot 'em up '80s style +arcade game. +You pilot your "vi"per craft through core memory, rescuing lost +.swp files, avoiding OS defenses, and wiping out those memory +hogging emacs processes. +When all the lost .swp files are rescued, head for the socket +which will take you to the next node in the cluster. diff -r d364ad3c406c -r 6ed15a9904a6 wordwarvi/receipt --- a/wordwarvi/receipt Thu Aug 04 08:44:13 2022 +0100 +++ b/wordwarvi/receipt Thu Aug 04 08:54:13 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="wordwarvi" -VERSION="1.0.2" +VERSION="1.0.4" CATEGORY="games" TAGS="shooting" SHORT_DESC="Retro shoot'em up game." @@ -12,12 +12,12 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/smcameron/$PACKAGE/archive/v$VERSION/$TARBALL" -DEPENDS="expat gtk+ libvorbis portaudio xorg-libX11 xorg-libXau +DEPENDS="expat gtk+ libdb libvorbis libxml2 portaudio xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender xorg-libXdamage" -BUILD_DEPENDS="gtk+-dev libgio-dev libogg-dev libvorbis-dev pixman-dev - portaudio portaudio-dev xorg-kbproto xorg-libXrender-dev +BUILD_DEPENDS="gtk+-dev libgio-dev libogg-dev libvorbis-dev libxml2-dev + pixman-dev portaudio portaudio-dev xorg-kbproto xorg-libXrender-dev xorg-renderproto xorg-xproto " current_version() @@ -30,7 +30,7 @@ compile_rules() { make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg.