diff options
-rw-r--r-- | office/homebank/homebank.SlackBuild | 8 | ||||
-rw-r--r-- | office/homebank/homebank.info | 6 |
2 files changed, 10 insertions, 4 deletions
diff --git a/office/homebank/homebank.SlackBuild b/office/homebank/homebank.SlackBuild index b0d17f8ea6..ddace1c605 100644 --- a/office/homebank/homebank.SlackBuild +++ b/office/homebank/homebank.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=homebank -VERSION=${VERSION:-5.9.1} +VERSION=${VERSION:-5.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -91,6 +91,12 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +# fix a bug : wrong directory +if [ -d $PKG/usr/\@DATADIRNAME\@ ]; then + mv $PKG/usr/\@DATADIRNAME\@/* $PKG/usr/share/ + rmdir $PKG/usr/\@DATADIRNAME\@ +fi + # if it is not possible to fix icon of size 24x24 (originally of size 22x22), # delete it. if [ -x /usr/bin/convert ]; then diff --git a/office/homebank/homebank.info b/office/homebank/homebank.info index cb4165d4c9..c3987baba7 100644 --- a/office/homebank/homebank.info +++ b/office/homebank/homebank.info @@ -1,8 +1,8 @@ PRGNAM="homebank" -VERSION="5.9.1" +VERSION="5.9.2" HOMEPAGE="https://www.gethomebank.org/en/index.php" -DOWNLOAD="https://www.gethomebank.org/public/sources/homebank-5.9.1.tar.gz" -MD5SUM="9eb226d938c65c2a2ac17e9c987ac804" +DOWNLOAD="https://www.gethomebank.org/public/sources/homebank-5.9.2.tar.gz" +MD5SUM="ce3c92b92b7cbd97e530625052f88de4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libsoup3" |