# HG changeset patch # User Hans-G?nter Theisgen # Date 1658571601 -3600 # Node ID 917dfc4833a113f28cf0a55d5bde52fbdc557ad3 # Parent 0e34a8ff8bcde8e5e2ce1d17cb2838b72efad114 updated stella (6.6 -> 6.7) diff -r 0e34a8ff8bcd -r 917dfc4833a1 stella/description.txt --- a/stella/description.txt Sat Jul 23 10:43:57 2022 +0100 +++ b/stella/description.txt Sat Jul 23 11:20:01 2022 +0100 @@ -1,3 +1,4 @@ -The Atari 2600 Video Computer System (VCS), introduced in 1977, was the most -popular home video game system of the early 1980's. Now you can enjoy all of -your favorite Atari 2600 games on your PC thanks to Stella! +The Atari 2600 Video Computer System (VCS), introduced in 1977, +was the most popular home video game system of the early 1980's. + Now you can enjoy all of your favorite Atari 2600 games on your +PC thanks to Stella! diff -r 0e34a8ff8bcd -r 917dfc4833a1 stella/receipt --- a/stella/receipt Sat Jul 23 10:43:57 2022 +0100 +++ b/stella/receipt Sat Jul 23 11:20:01 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="stella" -VERSION="6.6" +VERSION="6.7" CATEGORY="games" TAGS="emulator atari" SHORT_DESC="A multi-platform Atari 2600 VCS emulator." @@ -30,7 +30,7 @@ ./configure \ --prefix=/usr && make && - make DESTDIR=$DESTDIR install + make install DESTDIR=$DESTDIR } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -39,7 +39,7 @@ mkdir -p $fs/usr/share/pixmaps mkdir -p $fs/usr/share/applications - cp -a $install/usr/bin $fs/usr + cook_copy_folders bin cp -a $install/usr/share/icons/hicolor/48x48/apps/stella.png \ $fs/usr/share/pixmaps sed -i 's|Icon=stella.png|Icon=stella|' \