forked from pool/gimp-help
Accepting request 155481 from GNOME:Apps
Fix build of gimp-help on all platforms... Nobody knows why gimpmode would even be needed... (forwarded request 151527 from Zaitor) OBS-URL: https://build.opensuse.org/request/show/155481 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gimp-help?expand=0&rev=24
This commit is contained in:
parent
93b66dc131
commit
ff2000be26
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 5 19:06:55 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Pass XML2POFLAGS= to make: do not use the special 'gimpmode' for
|
||||||
|
xml2po.
|
||||||
|
- No longer unset MALLOC_CHECK_ and MALLOC_PERTURB_, as not using
|
||||||
|
gimpmode does not expose the crash.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 12 14:40:37 UTC 2013 - dimstar@opensuse.org
|
Sat Jan 12 14:40:37 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -290,10 +290,8 @@ This package provides Chinese data for gimp-help.
|
|||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
unset MALLOC_CHECK_
|
|
||||||
unset MALLOC_PERTURB_
|
|
||||||
%configure
|
%configure
|
||||||
make
|
make XML2POFLAGS=
|
||||||
|
|
||||||
# unify the permissions of images, to make fdupes working again (bnc#784670)
|
# unify the permissions of images, to make fdupes working again (bnc#784670)
|
||||||
find images/ -type f -exec chmod 0644 {} +
|
find images/ -type f -exec chmod 0644 {} +
|
||||||
|
Loading…
Reference in New Issue
Block a user