diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 11:21:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-14 11:21:26 +0700 |
commit | 822c1731f659f845ce9ad2597234abe472418486 (patch) | |
tree | dcef3190d0b03f8d918d50fd3d2055a479cc9b2d /system/xdg-utils-cxx | |
parent | d11d4e7a2cf547294e8c6eaeae9b8b7662c18dda (diff) |
system/xdg-utils-cxx: Disable test.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/xdg-utils-cxx')
-rw-r--r-- | system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild | 5 | ||||
-rw-r--r-- | system/xdg-utils-cxx/xdg-utils-cxx.info | 2 |
2 files changed, 2 insertions, 5 deletions
diff --git a/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild b/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild index ab262e18a9021..3a38980aecda3 100644 --- a/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild +++ b/system/xdg-utils-cxx/xdg-utils-cxx.SlackBuild @@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -88,7 +85,7 @@ cmake -B build -S $TMP/$PRGNAM-$VERSION \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_BINDIR=/usr/bin \ -DCMAKE_BUILD_TYPE=Release \ - -DXDG_UTILS_TESTS=ON \ + -DXDG_UTILS_TESTS=OFF \ -DXDG_UTILS_SHARED=ON cmake --build build diff --git a/system/xdg-utils-cxx/xdg-utils-cxx.info b/system/xdg-utils-cxx/xdg-utils-cxx.info index ff76a969db422..62c0a6800ee07 100644 --- a/system/xdg-utils-cxx/xdg-utils-cxx.info +++ b/system/xdg-utils-cxx/xdg-utils-cxx.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/azubieta/xdg-utils-cxx/archive/v1.0.1/xdg-utils-cxx MD5SUM="e5d04b809e58670187083eedc3b3caca" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gtest" +REQUIRES="" MAINTAINER="Vijay Marcel" EMAIL="vijaymarcel@outlook.com" |