aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/fheroes2/fheroes2.SlackBuild13
-rw-r--r--games/fheroes2/fheroes2.info6
2 files changed, 10 insertions, 9 deletions
diff --git a/games/fheroes2/fheroes2.SlackBuild b/games/fheroes2/fheroes2.SlackBuild
index ca3539b1ba..be8ef35f6a 100644
--- a/games/fheroes2/fheroes2.SlackBuild
+++ b/games/fheroes2/fheroes2.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=fheroes2
-VERSION=${VERSION:-1.1.7}
+VERSION=${VERSION:-1.1.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -81,21 +81,22 @@ CXXFLAGS="$SLKCFLAGS" \
FHEROES2_STRICT_COMPILATION=ON \
FHEROES2_WITH_TOOLS=ON \
FHEROES2_WITH_IMAGE=ON \
+FHEROES2_DATA=/usr/share/$PRGNAM \
make
make -C docs
-install -Dm755 fheroes2 -t $PKG/usr/bin/
-install -Dm644 ./script/packaging/common/fheroes2.desktop \
+install -Dm755 $PRGNAM -t $PKG/usr/bin/
+install -Dm644 ./script/packaging/common/$PRGNAM.desktop \
-t $PKG/usr/share/applications
-install -Dm644 ./script/packaging/common/fheroes2.metainfo.xml \
+install -Dm644 ./script/packaging/common/$PRGNAM.metainfo.xml \
-t $PKG/usr/share/metainfo
install -dm755 $PKG/usr/share/$PRGNAM/{maps,files/{data,lang}}
install -Dm644 ./files/lang/*.mo \
-t $PKG/usr/share/$PRGNAM/files/lang
install -Dm644 ./files/data/resurrection.h2d \
-t $PKG/usr/share/$PRGNAM/files/data
-install -Dm644 ./src/resources/fheroes2.png -t \
+install -Dm644 ./src/resources/$PRGNAM.png -t \
$PKG/usr/share/icons/hicolor/128x128/apps
-install -Dm644 ./docs/fheroes2.6 -t $PKG/usr/man/man6
+install -Dm644 ./docs/$PRGNAM.6 -t $PKG/usr/man/man6
install -Dm644 ./script/homm2/extract_homm2_resources.sh \
./script/demo/download_demo_version.sh \
-t $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/fheroes2/fheroes2.info b/games/fheroes2/fheroes2.info
index d7fc1794f5..c25833b97e 100644
--- a/games/fheroes2/fheroes2.info
+++ b/games/fheroes2/fheroes2.info
@@ -1,8 +1,8 @@
PRGNAM="fheroes2"
-VERSION="1.1.7"
+VERSION="1.1.8"
HOMEPAGE="https://ihhub.github.io/fheroes2/"
-DOWNLOAD="https://github.com/ihhub/fheroes2/archive/1.1.7/fheroes2-1.1.7.tar.gz"
-MD5SUM="09e6269638fc1535c78255069c26007d"
+DOWNLOAD="https://github.com/ihhub/fheroes2/archive/1.1.8/fheroes2-1.1.8.tar.gz"
+MD5SUM="588a575d39c9ac6d65ebefb93a08e079"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""