GNOME Bugzilla – Bug 752831
datetime: Load backward file from GResource
Last modified: 2015-07-26 21:49:20 UTC
.
Created attachment 308083 [details] [review] datetime: Load backward file from GResource So it doesn't warn when not installed in the target prefix yet.
Review of attachment 308083 [details] [review]: otherwise looks fine ::: panels/datetime/Makefile.am @@ +33,3 @@ test_timezone_CFLAGS = $(DATETIME_PANEL_CFLAGS) +test_timezone_gfx_SOURCES = test-timezone-gfx.c tz.c tz.h cc-datetime-resources.c cc-datetime-resources.h we should also stop installing the backward file in tzdatadir. just move backward to EXTRA_DIST ?
Created attachment 308089 [details] [review] datetime: Load backward file from GResource So it doesn't warn when not installed in the target prefix yet.
(In reply to Rui Matos from comment #2) > Review of attachment 308083 [details] [review] [review]: > > otherwise looks fine > > ::: panels/datetime/Makefile.am > @@ +33,3 @@ > test_timezone_CFLAGS = $(DATETIME_PANEL_CFLAGS) > > +test_timezone_gfx_SOURCES = test-timezone-gfx.c tz.c tz.h > cc-datetime-resources.c cc-datetime-resources.h > > we should also stop installing the backward file in tzdatadir. just move > backward to EXTRA_DIST ? We should just not install it, it will automatically be in extra dist, as all the files referenced by the resource.xml file are.
Review of attachment 308089 [details] [review]: right, ok
Attachment 308089 [details] pushed as 557dc46 - datetime: Load backward file from GResource