diff options
author | Zhu Qun-Ying <zhu.qunying@gmail.com> | 2023-11-18 09:44:36 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-11-25 07:12:47 +0700 |
commit | b265840b64be043a975b808cc170fc33d6491cbd (patch) | |
tree | 5837a2607179052d0a3b537de8e9ca7eb799f466 /development/uncrustify | |
parent | b6e4a396f37631043c7409c041c08d9895dc99f1 (diff) |
development/uncustify: Updated for version 0.78.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/uncrustify')
-rw-r--r-- | development/uncrustify/uncrustify.SlackBuild | 7 | ||||
-rw-r--r-- | development/uncrustify/uncrustify.info | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/development/uncrustify/uncrustify.SlackBuild b/development/uncrustify/uncrustify.SlackBuild index 5e0b36e315ba5..6a8c45c795233 100644 --- a/development/uncrustify/uncrustify.SlackBuild +++ b/development/uncrustify/uncrustify.SlackBuild @@ -8,7 +8,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=uncrustify -VERSION=${VERSION:-0.77.1} +VERSION=${VERSION:-0.78.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -59,13 +59,12 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p build cd build - cmake \ + cmake -G Ninja \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_BUILD_TYPE=Release .. - make - make install DESTDIR=$PKG + DESTDIR=$PKG ninja install cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/development/uncrustify/uncrustify.info b/development/uncrustify/uncrustify.info index 1358d76bc6ad3..50be463155bbe 100644 --- a/development/uncrustify/uncrustify.info +++ b/development/uncrustify/uncrustify.info @@ -1,8 +1,8 @@ PRGNAM="uncrustify" -VERSION="0.77.1" +VERSION="0.78.1" HOMEPAGE="http://uncrustify.sourceforge.net/" -DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.77.1/uncrustify-uncrustify-0.77.1.tar.gz" -MD5SUM="ef89ada67e0f46a701c190692b05fd5b" +DOWNLOAD="https://github.com/uncrustify/uncrustify/archive/uncrustify-0.78.1/uncrustify-uncrustify-0.78.1.tar.gz" +MD5SUM="55820a8a6729016b6e91d27a108a4a6f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |