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: Disable translations since they are in a git submodule not present in the release tarball
Date: Sun, 16 Aug 2026 23:16:54 GMT	[thread overview]
Message-ID: <178692221401.1.5285761869903714956.rpms-cutter-re-61547e91810b@fedoraproject.org> (raw)

A new commit has been pushed.

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

Log:
Disable translations since they are in a git submodule not present in the release tarball

---
diff --git a/cutter-re.spec b/cutter-re.spec
index 814a8c9..f5a4d28 100644
--- a/cutter-re.spec
+++ b/cutter-re.spec
@@ -26,7 +26,6 @@ BuildRequires:  make
 BuildRequires:  python3-devel
 BuildRequires:  qt6-qt5compat-devel
 BuildRequires:  qt6-qtbase-devel
-BuildRequires:  qt6-qttools-devel
 BuildRequires:  qt6-qtsvg-devel
 %ifarch %{qt6_qtwebengine_arches}
 BuildRequires:  qt6-qtwebengine-devel
@@ -54,6 +53,8 @@ information.
 
 %prep
 %autosetup -p1 -n cutter-%{version}
+# Disable translations since they are in a git submodule not present in the release tarball
+sed -i 's/include(Translations)/# include(Translations)/g' src/CMakeLists.txt
 
 
 %build
@@ -81,12 +82,12 @@ sed -i 's/bin\/cutter/bin\/cutter-re/g' %{buildroot}%{_libdir}/cmake/Cutter/Cutt
 
 %check
 appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/*.appdata.xml
+desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop
 
 
 %files
 %{_bindir}/cutter-re
 %{_datadir}/applications/*.desktop
-%{_datadir}/rizin/cutter/translations/*.qm
 %{_metainfodir}/*.appdata.xml
 %{_datadir}/icons/hicolor/scalable/apps/*.svg
 %license COPYING src/img/icons/Iconic-LICENSE

                 reply	other threads:[~2026-08-16 23:16 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=178692221401.1.5285761869903714956.rpms-cutter-re-61547e91810b@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