diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-12-28 09:57:48 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-12-28 09:57:48 +0000 |
commit | b0e2f8bfa5f0aa43e1e2e0279f8abca3e90b5674 (patch) | |
tree | 051c08a095ee4ca5ef0e9da18da684d39d4e1c21 | |
parent | d73c417eaaf61429ffc6bc1517de480672cda2e1 (diff) |
-rw-r--r-- | cpeditor.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpeditor.spec b/cpeditor.spec index 5d78660..2582469 100644 --- a/cpeditor.spec +++ b/cpeditor.spec @@ -5,6 +5,7 @@ Summary: The Missing Editor for Competitive Programmers License: GPL-3.0-only URL: https://cpeditor.org/ Source0: https://github.com/cpeditor/cpeditor/releases/download/%{version}/cpeditor-%{version}-full-source.tar.gz +# Use GNUInstallDirs; install translation files Patch0: https://github.com/cpeditor/cpeditor/pull/1276.patch BuildRequires: gcc-c++ @@ -20,6 +21,8 @@ BuildRequires: cmake(KF5SyntaxHighlighting) BuildRequires: desktop-file-utils BuildRequires: libappstream-glib +Requires: hicolor-icon-theme + Provides: bundled(singleapplication) Provides: bundled(QtFindReplaceDialog) Provides: bundled(lsp-cpp) |