[info=ae3a81c72830eaea789c5acec04582893b2059d8060a8fa981fe3e682d3edd15]

OBS-URL: https://build.opensuse.org/package/show/games:tools/slade?expand=0&rev=47
This commit is contained in:
OBS User unknown 2024-11-27 20:48:53 +00:00 committed by Git OBS Bridge
parent 80a871a0bf
commit a6d7ea9a85
3 changed files with 12 additions and 4 deletions

View File

@ -1,4 +1,4 @@
mtime: 1732730602
commit: 2cdd65b84473dbea37548c24060ae134a7276999e6af045d084f919072b40ccd
mtime: 1732740518
commit: ae3a81c72830eaea789c5acec04582893b2059d8060a8fa981fe3e682d3edd15
url: https://src.opensuse.org/jengelh/slade
revision: master

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e7fcafcf3f496e3e034224321301e77e5811a29d187ee66aebe794ba873abc3c
oid sha256:c6530bb0df280fa6d99c6c2af4c8af8862d03b71f8025954f8bd6059ddb55b6f
size 256

View File

@ -47,6 +47,11 @@ BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libmpg123)
BuildRequires: pkgconfig(sfml-all)
BuildRequires: pkgconfig(x11)
%if 0%{?suse_version} >= 1600
BuildRequires: fmt-10-devel
%else
Provides: bundled(fmt) = 10
%endif
Provides: bundled(dumb) = 0.9.3
%description
@ -63,7 +68,10 @@ from/to other generic formats such as PNG.
%cmake -DNO_WEBVIEW=ON -DWX_GTK3=OFF -DNO_CRASHHANDLER=ON \
-DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING="%optflags" \
-DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING="%optflags" \
-DNO_LUA:BOOL=TRUE
%if 0%{?suse_version} >= 1600
-DUSE_SYSTEM_FMT:BOOL=ON \
%endif
-DNO_LUA:BOOL=ON
%cmake_build
%install