SHA256
1
0
forked from pool/screengrab

- Require Qt >= 5.7.1

- Rename build.patch to screengrab-1.98-build.patch

OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/screengrab?expand=0&rev=6
This commit is contained in:
Michael Vetter 2018-05-22 11:12:26 +00:00 committed by Git OBS Bridge
parent 75f909c16a
commit 5640e5e553
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,5 @@
https://github.com/lxqt/screengrab/pull/86
Index: screengrab-1.98/CMakeLists.txt
===================================================================
--- screengrab-1.98.orig/CMakeLists.txt

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue May 22 11:11:46 UTC 2018 - mvetter@suse.com
- Require Qt >= 5.7.1
- Rename build.patch to screengrab-1.98-build.patch
-------------------------------------------------------------------
Tue May 22 10:58:19 UTC 2018 - adam.majer@suse.de

View File

@ -26,14 +26,15 @@ URL: https://github.com/lxqt/screengrab
Source: https://github.com/lxqt/screengrab/releases/download/%{version}/%{name}-%{version}.tar.xz
Source1: https://github.com/lxqt/screengrab/releases/download/%{version}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
Patch1: build.patch
# https://github.com/lxqt/screengrab/pull/86
Patch1: screengrab-1.98-build.patch
BuildRequires: cmake >= 3.0.2
BuildRequires: gcc-c++
BuildRequires: hicolor-icon-theme
BuildRequires: pkgconfig
BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(Qt5LinguistTools)
BuildRequires: pkgconfig(Qt5Core)
BuildRequires: pkgconfig(Qt5Core) >= 5.7.1
BuildRequires: pkgconfig(Qt5DBus)
BuildRequires: pkgconfig(Qt5Gui)
BuildRequires: pkgconfig(Qt5Network)