View Single Post
Posts: 838 | Thanked: 3,384 times | Joined on Mar 2009
#43
1.6.4 on extras-devel

----
I'm looking new maintainer for this package. I can be mentor and share everything I have done and planned.

Code:
wget https://sites.google.com/site/broguegame/brogue-1.6.4-linux.tar.gz?attredirects=0 -O brogue-1.6.4-linux.tar.gz
tar xvf brogue-1.6.4-linux.tar.gz
cd brogue-1.6.4 

#remove binary files
rm bin/brogue
rm bin/libtcod.so

#remove get-libtcod.sh
src/get-libtcod.sh

#modify makefile to use system's libtcod
#details skipped (check from last package)

#modify src/platform/tcod-platform.c  "isFullScreen = true"
#details skipped (check from last package)

#packaging files
cp -r ../last_working_version/debian .
#tune version on changelog
(WIP) Bug/patch about separating saving directory
http://brogue.createforumhosting.com/post813.html#p813

(WIP) Discussion about overall distribution on Linux distros:
http://brogue.createforumhosting.com/post565.html#p565
 

The Following 2 Users Say Thank You to AapoRantalainen For This Useful Post: