forked from flameshot-org/flameshot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4ec100d
commit e76aca0
Showing
1 changed file
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.3.0 | |
BuildRequires: qt5-qttools-devel | ||
BuildRequires: qt5-linguist | ||
BuildRequires: qt5-qtsvg-devel | ||
BuildRequires: git | ||
BuildRequires: cmake >= 3.13.0 | ||
|
||
Requires: qt5-qtbase >= 5.3.0 | ||
Requires: qt5-qttools | ||
|
@@ -35,8 +35,7 @@ powerful yet simple to use for GNU/Linux | |
%setup -q -n v%{version} | ||
|
||
%build | ||
#%%qmake_qt5 PREFIX=%{_prefix} | ||
%qmake_qt5 CONFIG+=packaging CONFIG-=debug CONFIG+=release | ||
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr | ||
make %{?_smp_mflags} | ||
|
||
%install | ||
|
@@ -49,15 +48,16 @@ make %{?_smp_mflags} | |
%doc README.md | ||
%license LICENSE | ||
%{_bindir}/%{name} | ||
%{_datadir}/dbus-1/interfaces/org.dharkael.Flameshot.xml | ||
%{_datadir}/metainfo/flameshot.appdata.xml | ||
%{_datadir}/dbus-1/services/org.dharkael.Flameshot.service | ||
%{_datadir}/flameshot/translations/Internationalization_*.qm | ||
%{_datadir}/dbus-1/interfaces/org.flameshot.Flameshot.xml | ||
%{_datadir}/dbus-1/services/org.flameshot.Flameshot.service | ||
%{_datadir}/flameshot/translations | ||
%{_datadir}/applications/%{name}.desktop | ||
%{_datadir}/bash-completion/completions/%{name} | ||
%{_datadir}/bash-completions/completions/%{name} | ||
%{_datadir}/icons/hicolor | ||
|
||
%changelog | ||
* Mon Sep 07 2020 Zetao Yang <[email protected]> - 0.8.0-1 | ||
- Updated for flameshot 0.8.0 | ||
* Sat Aug 18 2018 Zetao Yang <[email protected]> - 0.6.0-1 | ||
- Updated for flameshot 0.6.0 | ||
- More details, please see https://flameshot.js.org/#/changelog?id=v060 | ||
|