Date:2011-02-14 21:13:55 (12 years 9 months ago)
Author:kyak
Commit:9b8ade44ffb4692131db80848b49b2e945244af5
Message:supertux: update some images

Files: supertux/Makefile (1 diff)
supertux/files/supertux-smallsize-data.tar.bz2 (0 diffs)

Change Details

supertux/Makefile
4141define Build/Prepare
4242    $(call Build/Prepare/Default)
4343    (\
44bzip2 -dc $(FILES_DIR)/supertux-smallsize-data.tar.bz2 | $(TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xf -; \
4544$(CP) $(FILES_DIR)/img-resize.sh $(PKG_BUILD_DIR); \
45$(CP) $(FILES_DIR)/supertux-smallsize-data.tar.bz2 $(PKG_BUILD_DIR); \
4646cd $(PKG_BUILD_DIR); \
4747for i in background shared tilesets title worldmap; do \
48    echo "Converting images in ${PKG_BUILD_DIR}/data/images/$$$$i..."; \
49    cd ${PKG_BUILD_DIR}/data/images/$$$$i; \
50    sh ${PKG_BUILD_DIR}/img-resize.sh; \
48    echo "Converting images in $(PKG_BUILD_DIR)/data/images/$$$$i..."; \
49    cd $(PKG_BUILD_DIR)/data/images/$$$$i; \
50    sh $(PKG_BUILD_DIR)/img-resize.sh; \
5151done; \
52bzip2 -dc $(PKG_BUILD_DIR)/supertux-smallsize-data.tar.bz2 | $(TAR) -C $(PKG_BUILD_DIR) --strip-components=1 -xf -; \
5253)
5354endef
5455
supertux/files/supertux-smallsize-data.tar.bz2

Archive Download the corresponding diff file



interactive