Skip to content

Commit 4353140

Browse files
committed
qtcurve: update to 1.9.1+202511.
1 parent ff2c100 commit 4353140

File tree

7 files changed

+63
-518
lines changed

7 files changed

+63
-518
lines changed

srcpkgs/qtcurve/patches/cross.patch

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,28 @@
99
"${PROJECT_SOURCE_DIR}/data/${pngname}.png" "qtc_${pngname}"
1010
"${CMAKE_CURRENT_BINARY_DIR}/${pngname}-png.h"
1111
DEPENDS qt-dump-png "${PROJECT_SOURCE_DIR}/data/${pngname}.png")
12+
--- a/qt6/style/CMakeLists.txt
13+
+++ b/qt6/style/CMakeLists.txt
14+
@@ -37,7 +37,7 @@ set(qtcurve_style_common_SRCS
15+
foreach(pngname check_on check_x_on dialog_error dialog_information
16+
dialog_warning)
17+
add_custom_command(OUTPUT "${CMAKE_CURRENT_BINARY_DIR}/${pngname}-png.h"
18+
- COMMAND "${PROJECT_BINARY_DIR}/tools/qt-dump-png"
19+
+ COMMAND qt-dump-png
20+
"${PROJECT_SOURCE_DIR}/data/${pngname}.png" "qtc_${pngname}"
21+
"${CMAKE_CURRENT_BINARY_DIR}/${pngname}-png.h"
22+
DEPENDS qt-dump-png "${PROJECT_SOURCE_DIR}/data/${pngname}.png")
23+
--- a/qt6/CMakeLists.txt
24+
+++ b/qt6/CMakeLists.txt
25+
@@ -27,10 +27,7 @@ endforeach()
26+
27+
cmake_print_variables(QTC_QT6_MODULES QTC_QT6_LINK_LIBS)
28+
29+
-get_target_property(REAL_QMAKE_EXECUTABLE Qt6::qmake IMPORTED_LOCATION)
30+
-execute_process(COMMAND "${REAL_QMAKE_EXECUTABLE}" -query QT_INSTALL_PLUGINS
31+
- OUTPUT_VARIABLE _Qt6_PLUGIN_INSTALL_DIR
32+
- ERROR_QUIET OUTPUT_STRIP_TRAILING_WHITESPACE)
33+
+set(_Qt6_PLUGIN_INSTALL_DIR "/usr/lib/qt6/plugins")
34+
set(QTCURVE_STYLE_DIR "${_Qt6_PLUGIN_INSTALL_DIR}/styles/")
35+
36+
include_directories(

srcpkgs/qtcurve/patches/gtkprops_constexpr.patch

Lines changed: 0 additions & 24 deletions
This file was deleted.

srcpkgs/qtcurve/patches/kf6.patch

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
--- a/CMakeLists.txt
2+
+++ b/CMakeLists.txt
3+
@@ -255,8 +255,7 @@ if(QTC_INSTALL_PO)
4+
5+
if (ENABLE_QT6)
6+
set(KF_MAJOR_VERSION 6)
7+
- endif()
8+
- if (ENABLE_QT5)
9+
+ elseif (ENABLE_QT5)
10+
set(KF_MAJOR_VERSION 5)
11+
endif()
12+
find_package(KF${KF_MAJOR_VERSION} REQUIRED COMPONENTS

srcpkgs/qtcurve/patches/no-kde4-1.patch

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)