pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/editors/texstudio
Module Name: pkgsrc
Committed By: markd
Date: Thu Sep 10 08:36:14 UTC 2026
Modified Files:
pkgsrc/editors/texstudio: Makefile PLIST distinfo
pkgsrc/editors/texstudio/patches: patch-CMakeLists.txt
Log Message:
texstudio: update to 4.9.7
4.9.6
This fixes some crashes and add a git panel.
4.9.7
This fixes some crashes.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/editors/texstudio/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/editors/texstudio/PLIST
cvs rdiff -u -r1.13 -r1.14 pkgsrc/editors/texstudio/distinfo
cvs rdiff -u -r1.1 -r1.2 \
pkgsrc/editors/texstudio/patches/patch-CMakeLists.txt
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/editors/texstudio/Makefile
diff -u pkgsrc/editors/texstudio/Makefile:1.116 pkgsrc/editors/texstudio/Makefile:1.117
--- pkgsrc/editors/texstudio/Makefile:1.116 Wed Sep 2 19:01:51 2026
+++ pkgsrc/editors/texstudio/Makefile Thu Sep 10 08:36:13 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2026/09/02 19:01:51 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2026/09/10 08:36:13 markd Exp $
-DISTNAME= texstudio-4.9.5
-PKGREVISION= 2
+DISTNAME= texstudio-4.9.7
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_GITHUB:=texstudio-org/}
@@ -15,6 +14,7 @@ USE_LANGUAGES= c++ c
.include "../../devel/cmake/build.mk"
+.include "../../archivers/quazip1/buildlink3.mk"
.include "../../devel/qt6-qt5compat/buildlink3.mk"
.include "../../devel/qt6-qttools/buildlink3.mk"
.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
Index: pkgsrc/editors/texstudio/PLIST
diff -u pkgsrc/editors/texstudio/PLIST:1.9 pkgsrc/editors/texstudio/PLIST:1.10
--- pkgsrc/editors/texstudio/PLIST:1.9 Sat Jun 13 09:38:20 2026
+++ pkgsrc/editors/texstudio/PLIST Thu Sep 10 08:36:13 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2026/06/13 09:38:20 markd Exp $
+@comment $NetBSD: PLIST,v 1.10 2026/09/10 08:36:13 markd Exp $
bin/texstudio
share/applications/texstudio.desktop
share/doc/texstudio/AUTHORS
@@ -74,6 +74,10 @@ share/doc/texstudio/_images/extendedSear
share/doc/texstudio/_images/fileList.webp
share/doc/texstudio/_images/findUsage.webp
share/doc/texstudio/_images/format_example.webp
+share/doc/texstudio/_images/git_fetch.webp
+share/doc/texstudio/_images/git_history_context.webp
+share/doc/texstudio/_images/git_panel.webp
+share/doc/texstudio/_images/git_switch.webp
share/doc/texstudio/_images/grid4x2_book_col1.webp
share/doc/texstudio/_images/grid4x2_book_col2.webp
share/doc/texstudio/_images/hide_panes.webp
@@ -437,7 +441,6 @@ share/texstudio/texstudio_ie.qm
share/texstudio/texstudio_it.qm
share/texstudio/texstudio_ja.qm
share/texstudio/texstudio_ko.qm
-share/texstudio/texstudio_ko_KR.qm
share/texstudio/texstudio_nb_NO.qm
share/texstudio/texstudio_nl.qm
share/texstudio/texstudio_pl.qm
Index: pkgsrc/editors/texstudio/distinfo
diff -u pkgsrc/editors/texstudio/distinfo:1.13 pkgsrc/editors/texstudio/distinfo:1.14
--- pkgsrc/editors/texstudio/distinfo:1.13 Sat Jun 13 09:38:20 2026
+++ pkgsrc/editors/texstudio/distinfo Thu Sep 10 08:36:13 2026
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.13 2026/06/13 09:38:20 markd Exp $
+$NetBSD: distinfo,v 1.14 2026/09/10 08:36:13 markd Exp $
-BLAKE2s (texstudio-4.9.5.tar.gz) = e788321e3394b352bf3ba83841505ba918c4b7a096acbc056a426053b7e79a11
-SHA512 (texstudio-4.9.5.tar.gz) = 8c9f3dbfe9a11dd5f13e7d5fd1068dc679a4ba345ed67e5401d201b8d9ae7c85ae4f70cb1cfbfaf514d71c1f0e9af31fe10c76ccd7a15659ed5c7f6b997a36ca
-Size (texstudio-4.9.5.tar.gz) = 120771580 bytes
-SHA1 (patch-CMakeLists.txt) = 7c8a89f46ae6f995258df0f4d184a7124a9ac9ee
+BLAKE2s (texstudio-4.9.7.tar.gz) = 4b8c6d31075ab1f03ecea44dcfce0a548310c50c37b5454db862e2cf76e31901
+SHA512 (texstudio-4.9.7.tar.gz) = 08304b1b99750df4fae7ef0145dc98cff84fd2d5a239567b7e0672de90d873be65352efbc0e2c38900f034171c6bd96d500ef4267a5541460459784ea533ff1d
+Size (texstudio-4.9.7.tar.gz) = 121115187 bytes
+SHA1 (patch-CMakeLists.txt) = 57ed4089ffa26b87f0042d17932e56e24bc5b51e
SHA1 (patch-minisplitter.cpp) = 93b1910a12308294a5ae4870da0b208cb4580ee7
Index: pkgsrc/editors/texstudio/patches/patch-CMakeLists.txt
diff -u pkgsrc/editors/texstudio/patches/patch-CMakeLists.txt:1.1 pkgsrc/editors/texstudio/patches/patch-CMakeLists.txt:1.2
--- pkgsrc/editors/texstudio/patches/patch-CMakeLists.txt:1.1 Sat Jun 13 09:38:20 2026
+++ pkgsrc/editors/texstudio/patches/patch-CMakeLists.txt Thu Sep 10 08:36:13 2026
@@ -1,8 +1,10 @@
-$NetBSD: patch-CMakeLists.txt,v 1.1 2026/06/13 09:38:20 markd Exp $
+$NetBSD: patch-CMakeLists.txt,v 1.2 2026/09/10 08:36:13 markd Exp $
Configure like Linux for some defaults
---- CMakeLists.txt.orig 2026-06-04 15:30:18.000000000 +0000
+Add Qt6 Core5Compat as needed but not pulled in if using external quazip1
+
+--- CMakeLists.txt.orig 2026-08-14 17:43:46.000000000 +0000
+++ CMakeLists.txt
@@ -44,6 +44,8 @@ endif()
include(cmake/project_version.cmake)
@@ -13,3 +15,19 @@ Configure like Linux for some defaults
if(MSVC)
set(ADDITIONAL_DEFINITIONS ${ADDITIONAL_DEFINITIONS} -D_CRT_SECURE_NO_WARNINGS -D_UNICODE -DUNICODE)
add_compile_options(/wd4267 /wd4244)
+@@ -66,6 +68,7 @@ find_package(Qt${QT_VERSION_MAJOR} COMPO
+ find_package(Qt${QT_VERSION_MAJOR} COMPONENTS PrintSupport Svg Qml REQUIRED)
+ if(${QT_VERSION_MAJOR} GREATER_EQUAL 6)
+ find_package(Qt${QT_VERSION_MAJOR} COMPONENTS LinguistTools QUIET)
++ find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core5Compat QUIET)
+ endif()
+
+ message(STATUS "building for Qt ${QT_VERSION_MAJOR}")
+@@ -394,6 +397,7 @@ target_link_libraries(texstudio PRIVATE
+ Qt${QT_VERSION_MAJOR}::Qml
+ Qt${QT_VERSION_MAJOR}::Concurrent
+ Qt${QT_VERSION_MAJOR}::UiTools
++ Qt${QT_VERSION_MAJOR}::Core5Compat
+ )
+ if(NOT MSVC AND CMAKE_VERSION VERSION_GREATER_EQUAL "3.16.0")
+ target_precompile_headers(texstudio PUBLIC src/mostQtHeaders.h)
Home |
Main Index |
Thread Index |
Old Index