public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/cutter-re] f45: Disable translations since they are in a git submodule not present in the release tarball
@ 2026-08-16 23:18 Filipe Rosset
0 siblings, 0 replies; only message in thread
From: Filipe Rosset @ 2026-08-16 23:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/cutter-re
Branch : f45
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=f45
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-16 23:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-16 23:18 [rpms/cutter-re] f45: Disable translations since they are in a git submodule not present in the release tarball Filipe Rosset
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox