Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:leeds:development
redpandacpp
redpandacpp.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File redpandacpp.spec of Package redpandacpp
# # spec file for package redpandacpp # # Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # %global qmake5 qmake-qt5 Name: redpandacpp Version: 2.25 Release: 1%{?dist} Summary: Red Panda C++ is a lightweight of powerful C/C++ IDE License: GPL-3.0-only Group: Development/Tools/IDE URL: https://gitee.com/royqh1979/%{name} Source: %{name}.tar.gz BuildRequires: binutils BuildRequires: gcc BuildRequires: make BuildRequires: pkgconfig BuildRequires: qterminal BuildRequires: cmake BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Designer) BuildRequires: cmake(Qt5Gui) BuildRequires: cmake(Qt5Help) BuildRequires: cmake(Qt5Network) BuildRequires: cmake(Qt5NetworkAuth) BuildRequires: cmake(Qt5Svg) BuildRequires: cmake(Qt5UiPlugin) BuildRequires: cmake(Qt5UiTools) BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Xml) BuildRequires: pkgconfig(icu-i18n) BuildRequires: pkgconfig(icu-io) BuildRequires: pkgconfig(icu-uc) Requires: gcc Requires: make Requires: qterminal Recommends: git %if 0%{?suse_version} || 0%{?fedora} || 0%{?mageia} BuildRequires: fdupes %endif %if 0%{?suse_version} BuildRequires: libqt5-qtbase-devel %endif %if 0%{?fedora} BuildRequires: qt5-qtbase %endif %description Red Panda C++ (Red Panda Dev-C++ 7) is the successor of RedPanda Dev-C++, a lightweight of powerful C/C++ IDE. It provides users with coding experiences like vs code and CLion, but is much lightweighted than them. Highlights of its new and enhanced feature: * High DPI support * Code intellisense (Code Completion suggestion while editing). * Syntax checking while editing * Greatly improved debugger (local \ call stack \ memory view) * Theme and color scheme. * UTF-8 encoding support * Greatly improved search/replace function * Refactor: rename symbols * Cross Platform: Windows and Linux # define source dir %define _sourcedir RedPanda-CPP-%{version} %prep %autosetup -n %{_sourcedir} # clean unless files rm -rf packages rm -rf platform/windows %build %qmake5 "DEFINES+=QT_NO_DEBUG_OUTPUT" \ "PREFIX = %{_prefix}" \ "LIBEXECDIR = %{_libexecdir}" %make_build -j8 # define Path %define _dirname RedPandaCPP %define _templates %{_dirname}/templates %install %qmake5_install # create packages folder mkdir -p %{buildroot}%{_datadir}/licenses/%{_dirname} mkdir -p %{buildroot}%{_docdir}/%{_dirname} # Fix "files-duplicate" warning %if 0%{?suse_version} || 0%{?fedora} || 0%{?mageia} %fdupes -s %{buildroot} %endif %ldconfig_scriptlets %files # bin %{_bindir}/RedPandaIDE # resources %{_libexecdir}/%{_dirname} %{_datadir}/%{_templates} %dir %{_datadir}/%{_dirname} # pixmaps %{_datadir}/pixmaps/redpandaide.png # desktop %{_datadir}/applications/redpandaide.desktop # doc %{_datadir}/doc/%{_dirname} %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor