mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
libraries/libixion: Updated for version 0.17.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3c9eba6dfa
commit
6797cd49ca
2 changed files with 4 additions and 9 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=libixion
|
||||
VERSION=${VERSION:-0.16.1}
|
||||
VERSION=${VERSION:-0.17.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -79,11 +79,6 @@ 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 {} \;
|
||||
|
||||
# Fix build with clang.
|
||||
# https://gitlab.com/ixion/ixion/-/merge_requests/31
|
||||
# https://gitlab.com/ixion/ixion/commit/1992b8ab9c7765b8da06b6054bb3c0ab990c62f7
|
||||
sed -i 's/nullptr_t/std::nullptr_t/' src/libixion/model_context.cpp
|
||||
|
||||
autoreconf -fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="libixion"
|
||||
VERSION="0.16.1"
|
||||
VERSION="0.17.0"
|
||||
HOMEPAGE="https://gitlab.com/ixion/ixion"
|
||||
DOWNLOAD="https://kohei.us/files/ixion/src/libixion-0.16.1.tar.xz"
|
||||
MD5SUM="6aef823752990d193e5cf80a87d0ef58"
|
||||
DOWNLOAD="https://kohei.us/files/ixion/src/libixion-0.17.0.tar.xz"
|
||||
MD5SUM="bdb1aeaaf93dc0b4ffd0772d309a0f58"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="mdds"
|
||||
|
|
Loading…
Reference in a new issue