mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
cutter, bump version (#10204)
This commit is contained in:
@@ -9,11 +9,11 @@ COPYRIGHT="2021 xarkes, thestr4ng3r, ballessay, Hugo Teso"
|
||||
LICENSE="GNU GPL v3"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="6968899225f863dccadc68d010060517a084a72758d6258823856069f87e25d6"
|
||||
CHECKSUM_SHA256="5dc07d6a4903ccdb6c031310a85377793edf24dc0b8990e70a8f5c94af06a2a2"
|
||||
SOURCE_FILENAME="cutter-$portVersion.tar.gz"
|
||||
srcGitRev_2="0c92dc939a0aa74e6b5c8770bf50aa5719e4de2b"
|
||||
srcGitRev_2="8358f174d519bbf0d6cf4e1ccbe586308c009f85"
|
||||
SOURCE_URI_2="https://github.com/rizinorg/cutter-translations/archive/$srcGitRev_2.tar.gz"
|
||||
CHECKSUM_SHA256_2="5e43146b111b16d30e1c2e4d77a19b8cde18adf570171f9f4fcb5083951d48db"
|
||||
CHECKSUM_SHA256_2="923d5703b481509576a0a1b3e396b8d8ac3b214b3e4db7b87325f7615ca408cd"
|
||||
SOURCE_FILENAME_2="translations-$srcGitRev_2.tar.gz"
|
||||
PATCHES="cutter-$portVersion.patchset"
|
||||
ADDITIONAL_FILES="cutter.rdef.in"
|
||||
@@ -1,14 +1,14 @@
|
||||
From bbfb5f89d31518926709bf7badaabb55739f0643 Mon Sep 17 00:00:00 2001
|
||||
From d782d9a56bd143224d49388b6c7c9ffaebe61633 Mon Sep 17 00:00:00 2001
|
||||
From: Begasus <begasus@gmail.com>
|
||||
Date: Tue, 23 May 2023 10:06:48 +0200
|
||||
Subject: Fix build and detection for rizin
|
||||
|
||||
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index 578bd5a..1792ab4 100644
|
||||
index a6bfdb5..6b3cda5 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -74,8 +74,8 @@ if(CUTTER_USE_BUNDLED_RIZIN)
|
||||
@@ -75,8 +75,8 @@ if(CUTTER_USE_BUNDLED_RIZIN)
|
||||
include(BundledRizin)
|
||||
set(RIZIN_TARGET Rizin)
|
||||
else()
|
||||
@@ -150,5 +150,5 @@ index 0000000..8a17b6b
|
||||
+include(FindPackageHandleStandardArgs)
|
||||
+find_package_handle_standard_args(Rizin REQUIRED_VARS Rizin_TARGET Rizin_LIBRARIES Rizin_INCLUDE_DIRS)
|
||||
--
|
||||
2.37.3
|
||||
2.43.2
|
||||
|
||||
Reference in New Issue
Block a user