diff options
Diffstat (limited to 'games/unknown-horizons/unknown-horizons.SlackBuild')
-rw-r--r-- | games/unknown-horizons/unknown-horizons.SlackBuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/games/unknown-horizons/unknown-horizons.SlackBuild b/games/unknown-horizons/unknown-horizons.SlackBuild index 1f64f54007..b8e3b85fec 100644 --- a/games/unknown-horizons/unknown-horizons.SlackBuild +++ b/games/unknown-horizons/unknown-horizons.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=unknown-horizons -VERSION=${VERSION:-2013.3} +VERSION=${VERSION:-2014.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -69,13 +69,15 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +patch -p1 < $CWD/coloroverlaycomponent.patch + python setup.py install --root=$PKG mkdir -p $PKG/usr/share/applications install -D -m644 $CWD/$PRGNAM.desktop $PKG/usr/share/applications/$PRGNAM.desktop mkdir -p $PKG/usr/share/pixmaps/ -install -D -m644 content/$PRGNAM.xpm $PKG/usr/share/pixmaps/$PRGNAM.svg +install -D -m644 content/gfx/uh.png $PKG/usr/share/pixmaps/$PRGNAM.png mkdir -p $PKG/usr/man mv $PKG/usr/share/man/man6 $PKG/usr/man |