sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-14 00:49:35 +00:00
parent 9d4d2e721a
commit 79bc6d9d97
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
846 changed files with 10693 additions and 8131 deletions

View file

@ -5,7 +5,7 @@ COMMENT = cross-platform IDE for use with Qt
V = 8.0.2
DISTNAME = qt-creator-opensource-src-${V}
PKGNAME = qt-creator-${V}
REVISION = 3
REVISION = 4
SHARED_LIBS += Aggregation 1.1 # 0.0
SHARED_LIBS += CPlusPlus 6.0 # 0.0
@ -96,7 +96,9 @@ MODCMAKE_LDFLAGS += -lc
pre-configure:
cd ${WRKSRC}; sed -i 's,"gdb","egdb",g' ${GDB_ADJ_FILES}
# use system qbs/syntax-highlighting (qtcreator.pro)
rm -rf ${WRKSRC}/src/shared/qbs
rm -rf ${WRKSRC}/src/shared/qbs \
${WRKSRC}/cmake/Findyaml-cpp.cmake \
post-install:
.for _l _v in ${SHARED_LIBS}