no patch bai

This commit is contained in:
madonuko
2025-09-09 00:04:43 +08:00
parent 55e3cf7782
commit d30c8046f7
2 changed files with 0 additions and 17 deletions
@@ -8,7 +8,6 @@ Summary: Helper application for Linux distributions serving as a kind of
License: MIT
URL: https://github.com/TheAssassin/AppImageLauncher
Source0: %url/archive/refs/tags/v%ver.tar.gz
Patch0: use-fedora-qtlinguist.patch
BuildRequires: make
@@ -1,16 +0,0 @@
diff -ur appimagelauncher-0f91801.source/i18n/CMakeLists.txt appimagelauncher-0f91801.source.patched/i18n/CMakeLists.txt
--- appimagelauncher-0f91801.source/i18n/CMakeLists.txt 2020-09-30 04:33:08.000000000 +0700
+++ appimagelauncher-0f91801.source.patched/i18n/CMakeLists.txt 2022-10-25 15:25:01.919567879 +0700
@@ -1,6 +1,9 @@
# lupdate must be installed and available
-check_program(NAME lupdate)
-check_program(NAME lrelease)
+check_program(NAME lupdate-qt5)
+check_program(NAME lrelease-qt5)
+# alias lupdate and lrelease to lupdate-qt5 and lrelease-qt5
+set(LUPDATE lupdate-qt5)
+set(LRELEASE lrelease-qt5)
# create target calling custom commands
add_custom_target(i18n)
Only in appimagelauncher-0f91801.source/i18n: CMakeLists.txt.rej