libraries/liborcus: Updated for version 0.15.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bf5ce77199
commit
a93a745ff1
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=liborcus
|
||||
VERSION=${VERSION:-0.15.1}
|
||||
VERSION=${VERSION:-0.15.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,12 +69,7 @@ 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 gcc5.
|
||||
# https://gitlab.com/orcus/orcus/merge_requests/55
|
||||
sed -i 's/std::make_unique/orcus::make_unique/' src/spreadsheet/document.cpp
|
||||
sed -i 's/std::make_unique/orcus::make_unique/' src/cli_global.cpp
|
||||
sed -i '/#include "cli_global.hpp"/a#include "orcus/global.hpp"' \
|
||||
src/cli_global.cpp
|
||||
autoreconf -fi
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="liborcus"
|
||||
VERSION="0.15.1"
|
||||
VERSION="0.15.2"
|
||||
HOMEPAGE="https://gitlab.com/orcus/orcus"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.15.1.tar.xz"
|
||||
MD5SUM="f31d90c83ed559117405d0a9a00516cd"
|
||||
DOWNLOAD="https://kohei.us/files/orcus/src/liborcus-0.15.2.tar.xz"
|
||||
MD5SUM="a966b3033fb320371107650bf0d5c42c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libixion"
|
||||
|
|
Loading…
Reference in New Issue