mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
itinerary, bump to 25.08.0 (#12754)
This commit is contained in:
@@ -6,7 +6,7 @@ COPYRIGHT="2010-2025 KDE Organisation"
|
||||
LICENSE="GNU LGPL v2"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://download.kde.org/stable/release-service/$portVersion/src/itinerary-$portVersion.tar.xz"
|
||||
CHECKSUM_SHA256="37755caaf2e55a841f72922c9ce4932e1ad346bafc1e9cca136d111f6d6793e8"
|
||||
CHECKSUM_SHA256="1f2c10c1f47a5919f447accdf60997038a528a66b8ee172fcc184dd2bd2f2716"
|
||||
PATCHES="itinerary-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="applications-development-symbolic.svg
|
||||
itinerary.rdef.in"
|
||||
@@ -16,7 +16,7 @@ SECONDARY_ARCHITECTURES="x86"
|
||||
|
||||
PROVIDES="
|
||||
itinerary$secondaryArchSuffix = $portVersion
|
||||
cmd:itinerary$secondaryArchSuffix = $portVersion
|
||||
app:Itinerary = $portVersion
|
||||
lib:libSolidExtras$secondaryArchSuffix = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
@@ -1,14 +1,14 @@
|
||||
From 60bffdd341f43470c910f9e2bd016eb6ef191735 Mon Sep 17 00:00:00 2001
|
||||
From a1b0f7a7a8ea48fd6ca7144ba4609ac39e7c1b17 Mon Sep 17 00:00:00 2001
|
||||
From: Schrijvers Luc <begasus@gmail.com>
|
||||
Date: Fri, 20 Dec 2024 12:36:31 +0100
|
||||
Subject: Build fix (error on finding required qml modules)
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 8576479..297068a 100644
|
||||
index 01fc036..7847ea5 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -74,13 +74,13 @@ set_package_properties(SeleniumWebDriverATSPI PROPERTIES PURPOSE "Needed for GUI
|
||||
@@ -77,13 +77,13 @@ set_package_properties(SeleniumWebDriverATSPI PROPERTIES PURPOSE "Needed for GUI
|
||||
include(ECMFindQmlModule)
|
||||
# TODO all of these should be required, but that doesn't work with Flatpak/Android yet...
|
||||
ecm_find_qmlmodule(QtLocation 6.0)
|
||||
@@ -29,5 +29,5 @@ index 8576479..297068a 100644
|
||||
# runtime dependencies are build-time dependencies on Android
|
||||
if (ANDROID)
|
||||
--
|
||||
2.48.1
|
||||
2.50.1
|
||||
|
||||
Reference in New Issue
Block a user