Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: Bump to 3.31.3. #3737

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions devel/cmake/BUILD
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
if in_depends $MODULE qt5; then
. /etc/profile.d/qt5.rc &&
OPTS+=" --qt-qmake=/usr/lib/qt5/bin/qmake"
if in_depends $MODULE qt6-base; then
. /etc/profile.d/qt6.rc &&
OPTS+=" --qt-qmake=/usr/lib/qt6/bin/qmake"
fi

if module_installed jsoncpp; then
Expand Down
2 changes: 1 addition & 1 deletion devel/cmake/DEPENDS
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ optional_depends xz "--system-liblzma" "--no-system-liblzma" "Use

optional_depends RHash "--system-librhash" "--no-system-librhash" "For files hash sums verifying support"

optional_depends qt5 \
optional_depends qt6-base \
"--qt-gui" \
"--no-qt-gui" \
"For qt gui support" \
Expand Down
6 changes: 3 additions & 3 deletions devel/cmake/DETAILS
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
MODULE=cmake
VERSION=3.30.5
VERSION=3.31.3
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL[0]=https://fossies.org/linux/misc/
SOURCE_URL[1]=https://cmake.org/files/v${VERSION%.*}/
SOURCE_VFY=sha256:9f55e1a40508f2f29b7e065fa08c29f82c402fa0402da839fffe64a25755a86d
SOURCE_VFY=sha256:fac45bc6d410b49b3113ab866074888d6c9e9dc81a141874446eb239ac38cb87
WEB_SITE=https://cmake.org/
ENTERED=20060725
UPDATED=20241011
UPDATED=20250108
SHORT="Cross-platform make system"
cat << EOF
Welcome to CMake, the cross-platform, open-source make system. CMake is used to
Expand Down