Accepting request 823036 from home:iznogood:factory
- Solve the libexecdir problem a different way. OBS-URL: https://build.opensuse.org/request/show/823036 OBS-URL: https://build.opensuse.org/package/show/graphics/gimp?expand=0&rev=44
This commit is contained in:
parent
a72b07bc01
commit
b12bbd8fa9
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 22 22:18:09 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Solve the libexecdir problem a different way.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 7 10:28:23 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||
|
||||
|
@ -232,7 +232,7 @@ export LDFLAGS="%{optflags} -lm"
|
||||
--without-webkit\
|
||||
--with-lcms=lcms2\
|
||||
%endif
|
||||
--libexecdir=%{_prefix}/lib\
|
||||
--libexecdir=%{_libexecdir}\
|
||||
--enable-default-binary\
|
||||
--disable-check-update\
|
||||
--enable-mp
|
||||
@ -296,7 +296,7 @@ install -m 644 -c macros.gimp \
|
||||
%{_bindir}/gimp-console-2.*
|
||||
# should this maybe be in _libexecdir too?
|
||||
%{_bindir}/gimp-test-clipboard-2.0
|
||||
%{_prefix}/lib/gimp-debug-tool-2.0
|
||||
%{_libexecdir}/gimp-debug-tool-2.0
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/gimp-data-extras.metainfo.xml
|
||||
%{_datadir}/metainfo/org.gimp.GIMP.appdata.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user