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

qt6ct: update to 0.9. #46850

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
25 changes: 11 additions & 14 deletions srcpkgs/qt6ct/patches/lib32.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,18 @@
--- a/CMakeLists.txt 2023-03-12 12:57:50.000000000 +0100
+++ - 2023-10-31 20:41:33.141463182 +0100
@@ -40,17 +40,7 @@
message(FATAL_ERROR "Could NOT find lrelease executable")
--- a/CMakeLists.txt 2023-12-09 13:53:39.723972612 -0500
+++ b/CMakeLists.txt 2023-12-09 13:54:10.126651729 -0500
@@ -50,14 +50,7 @@
endif()
endif()

-get_filename_component(QT_QTPATHS_EXECUTABLE ${QT_LRELEASE_EXECUTABLE} DIRECTORY)
-set(QT_QTPATHS_EXECUTABLE ${QT_QTPATHS_EXECUTABLE}/qtpaths)
-#execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} -query QT_INSTALL_PLUGINS OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE)
-execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} --plugin-dir OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE)
-
-if(EXISTS ${QT_QTPATHS_EXECUTABLE})
- message(STATUS "Found qtpaths executable: " ${QT_QTPATHS_EXECUTABLE})
-if(PLUGINDIR)
- message(STATUS "Plugin path: ${PLUGINDIR}")
-else()
- message(FATAL_ERROR "Could NOT find qtpaths executable")
- message(FATAL_ERROR "Could not get plugin path")
-endif()
-
-#execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} -query QT_INSTALL_PLUGINS OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE)
-execute_process(COMMAND ${QT_QTPATHS_EXECUTABLE} --plugin-dir OUTPUT_VARIABLE PLUGINDIR OUTPUT_STRIP_TRAILING_WHITESPACE)
+set(PLUGINDIR /usr/${QT6_INSTALL_PLUGINS})
message(STATUS "Plugin path: " ${PLUGINDIR})

message(STATUS "Generating translations ...")
if(Qt6LinguistTools_FOUND)
message(STATUS "Generating translations ...")
6 changes: 3 additions & 3 deletions srcpkgs/qt6ct/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'qt6ct'
pkgname=qt6ct
version=0.8
revision=2
version=0.9
revision=1
build_style=cmake
hostmakedepends="qt6-tools qt6-base"
makedepends="qt6-base-devel"
Expand All @@ -11,7 +11,7 @@ maintainer="Adam Pschorr <[email protected]>"
license="BSD-2-Clause"
homepage="https://github.com/trialuser02/qt6ct"
distfiles="https://github.com/trialuser02/qt6ct/archive/refs/tags/${version}.tar.gz"
checksum=ca3706770cbdbce769ee4393de9f7469be043810fe40283690612f5f6552018a
checksum=aa49c4fb51a82dd6947cd9c8dee9b3a1fdd4fbbc9f3c8c5c2d33fa1de9e8826e

post_install() {
vlicense COPYING
Expand Down