forked from pool/screengrab
- Use -DSG_EXT_EDIT=ON
OBS-URL: https://build.opensuse.org/package/show/X11:LXQt/screengrab?expand=0&rev=34
This commit is contained in:
parent
028c49971f
commit
dae526d879
@ -7,7 +7,7 @@ Index: screengrab-2.4.0/CMakeLists.txt
|
||||
|
||||
if(SG_EXT_EDIT)
|
||||
- target_link_libraries(screengrab extedit)
|
||||
+ target_link_libraries(screengrab extedit Qt5::Xdg)
|
||||
+ target_link_libraries(screengrab extedit Qt5Xdg)
|
||||
endif()
|
||||
|
||||
if(SG_DBUS_NOTIFY)
|
||||
|
@ -5,6 +5,7 @@ Fri Apr 29 06:31:47 UTC 2022 - Michael Vetter <mvetter@suse.com>
|
||||
* Used an SVG icon instead of the blurry PNG icon.
|
||||
* Fixed several problems in calling external editors or default app.
|
||||
* Added metadata file.
|
||||
- Use -DSG_EXT_EDIT=ON
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 8 10:15:23 UTC 2021 - Michael Vetter <mvetter@suse.com>
|
||||
|
@ -40,6 +40,7 @@ BuildRequires: pkgconfig(Qt5Network)
|
||||
BuildRequires: pkgconfig(Qt5Widgets)
|
||||
BuildRequires: pkgconfig(Qt5X11Extras)
|
||||
BuildRequires: pkgconfig(Qt5Xdg) >= 3.9.0
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
BuildRequires: pkgconfig(xcb)
|
||||
@ -63,7 +64,6 @@ CXXFLAGS="%{optflags} -I%{_includedir}/qt5xdg"
|
||||
%cmake \
|
||||
-DCMAKE_SKIP_RPATH:BOOL=ON \
|
||||
-DSG_DBUS_NOTIFY=ON \
|
||||
-DSG_EXT_EDIT=OFF \
|
||||
-DSG_EXT_UPLOADS=OFF \
|
||||
-DSG_GLOBALSHORTCUTS=OFF \
|
||||
-DUPDATE_TRANSLATIONS=OFF
|
||||
|
Loading…
Reference in New Issue
Block a user