public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Filipe Rosset <rosset.filipe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cutter-re] rawhide: Enable python bindings, extra plugins dir, fix dependencies
Date: Mon, 17 Aug 2026 00:06:18 GMT	[thread overview]
Message-ID: <178692517896.1.17574362302813755873.rpms-cutter-re-1e6829ffe014@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cutter-re
Branch : rawhide
Commit : 1e6829ffe014cb65ad2e5479d2b782bded48634b
Author : Filipe Rosset <rosset.filipe@gmail.com>
Date   : 2026-08-16T21:06:09-03:00
Stats  : +7/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/cutter-re/c/1e6829ffe014cb65ad2e5479d2b782bded48634b?branch=rawhide

Log:
Enable python bindings, extra plugins dir, fix dependencies

---
diff --git a/cutter-re.spec b/cutter-re.spec
index f5a4d28..b0ea41f 100644
--- a/cutter-re.spec
+++ b/cutter-re.spec
@@ -1,5 +1,6 @@
 %global forgeurl https://github.com/rizinorg/cutter
 Version:        2.5.0
+%global tag     v%{version}
 %forgemeta
 
 Name:           cutter-re
@@ -15,15 +16,16 @@ Source0:        %forgesource
 Source1:        cutter-re.desktop
 Source2:        cutter-re.appdata.xml
 
+BuildRequires:  clang
 BuildRequires:  cmake
 BuildRequires:  desktop-file-utils
 BuildRequires:  file-devel
-BuildRequires:  gcc-c++
 BuildRequires:  graphviz-devel
 BuildRequires:  kf6-syntax-highlighting-devel
 BuildRequires:  libappstream-glib
-BuildRequires:  make
 BuildRequires:  python3-devel
+BuildRequires:  python3-pyside6-devel
+BuildRequires:  python3-shiboken6-devel
 BuildRequires:  qt6-qt5compat-devel
 BuildRequires:  qt6-qtbase-devel
 BuildRequires:  qt6-qtsvg-devel
@@ -58,7 +60,9 @@ sed -i 's/include(Translations)/# include(Translations)/g' src/CMakeLists.txt
 
 
 %build
-%cmake -DCUTTER_USE_BUNDLED_RIZIN=OFF
+%cmake -DCUTTER_USE_BUNDLED_RIZIN=OFF -DCMAKE_SKIP_RPATH=ON -DCMAKE_BUILD_TYPE=Release \
+       -DCUTTER_ENABLE_PYTHON_BINDINGS=ON -DCUTTER_EXTRA_PLUGIN_DIRS=%{_libdir}/cutter \
+       -DCUTTER_ENABLE_PYTHON=ON -DCUTTER_INCLUDE_GIT_HASH=OFF
 %cmake_build
 
 

                 reply	other threads:[~2026-08-17  0:06 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178692517896.1.17574362302813755873.rpms-cutter-re-1e6829ffe014@fedoraproject.org \
    --to=rosset.filipe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox