Skip to content

Commit

Permalink
devel/qtcreator: Update to 12.0.1 release
Browse files Browse the repository at this point in the history
Build with base compiler, but llvm17 is still required for clangd
integration and formatting.

Changes: https://www.qt.io/blog/qt-creator-12.0.1-released

PR:		275815
  • Loading branch information
0EVSG authored and BSDKaffee committed Dec 24, 2023
1 parent c38468e commit f0f3c75
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
8 changes: 4 additions & 4 deletions devel/qtcreator/Makefile
@@ -1,6 +1,5 @@
PORTNAME= qtcreator
DISTVERSION= 12.0.0
PORTREVISION= 1
DISTVERSION= 12.0.1
CATEGORIES= devel
MASTER_SITES= QT/official_releases/qtcreator/${DISTVERSION:R}/${DISTVERSION}
DISTNAME= qt-creator-opensource-src-${DISTVERSION}
Expand All @@ -22,8 +21,9 @@ LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \
libxkbcommon.so:x11/libxkbcommon \
libzstd.so:archivers/zstd

USES= cmake compiler:c++17-lang desktop-file-utils gl llvm:build,run,min=17 \
pkgconfig python qt:6 shebangfix tar:xz
USES= cmake compiler:c++17-lang desktop-file-utils gl \
llvm:build,run,noexport,min=17 pkgconfig python \
qt:6 shebangfix tar:xz
USE_GL= gl
USE_LDCONFIG= ${LOCALBASE}/lib/${PORTNAME}
USE_QT= 5compat base declarative positioning quick3d quicktimeline \
Expand Down
6 changes: 3 additions & 3 deletions devel/qtcreator/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1700741061
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.0.tar.xz) = 399ae0dcefa3bd9e01a3f068b93dabe8b39f9b56466c389d1446e5c84c8f7b9f
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.0.tar.xz) = 50995944
TIMESTAMP = 1702388195
SHA256 (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.1.tar.xz) = 66fb92c2ced092829e3321c5a0911e2de98309d0310e7ab949a39a50238e03f3
SIZE (KDE/Qt/qtcreator/qt-creator-opensource-src-12.0.1.tar.xz) = 51003336
1 change: 1 addition & 0 deletions devel/qtcreator/pkg-plist
Expand Up @@ -161,6 +161,7 @@ share/metainfo/org.qt-project.qtcreator.appdata.xml
%%DATADIR%%/changelog/changes-11.0.2.md
%%DATADIR%%/changelog/changes-11.0.3.md
%%DATADIR%%/changelog/changes-12.0.0.md
%%DATADIR%%/changelog/changes-12.0.1.md
%%DATADIR%%/changelog/changes-2.0.0
%%DATADIR%%/changelog/changes-2.0.1
%%DATADIR%%/changelog/changes-2.1.0
Expand Down

0 comments on commit f0f3c75

Please sign in to comment.