# HG changeset patch # User Hans-G?nter Theisgen # Date 1561796149 -3600 # Node ID 781ac64941ee0a1137df928c84f9b477a600fcc1 # Parent 0f4caca09bc02470a3480b4a4117ab75c85eb090 updated frogatto and frogatto-data again (1.1.1 -> 1.3.1) diff -r 0f4caca09bc0 -r 781ac64941ee frogatto-data/receipt --- a/frogatto-data/receipt Sat Jun 29 09:06:33 2019 +0100 +++ b/frogatto-data/receipt Sat Jun 29 09:15:49 2019 +0100 @@ -14,8 +14,9 @@ genpkg_rules() { mkdir -p $fs/usr/games/frogatto - for i in data images music sounds FreeMono.ttf DejaVuSans.ttf + for i in data images music FreeMono.ttf DejaVuSans.ttf do cp -a $src/$i $fs/usr/games/frogatto done + cp -a $src/modules/frogatto/sounds $fs/usr/games/frogatto } diff -r 0f4caca09bc0 -r 781ac64941ee frogatto/receipt --- a/frogatto/receipt Sat Jun 29 09:06:33 2019 +0100 +++ b/frogatto/receipt Sat Jun 29 09:15:49 2019 +0100 @@ -14,7 +14,7 @@ DEPENDS="frogatto-data glew libboost-date-time libboost-iostreams \ libboost-regex libboost-system libboost-thread libpng \ libsdl libsdl-image libsdl-mixer libsdl-ttf mesa xorg-server" -BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache core-utils glew-dev \ +BUILD_DEPENDS="${DEPENDS/frogatto-data/} ccache coreutils glew-dev \ libboost-date-time-dev libboost-iostreams-dev libboost-regex-dev \ libboost-system-dev libboost-thread-dev libpng-dev libsdl-dev \ libsdl-image-dev libsdl-mixer-dev libsdl-ttf-dev mesa-dev \