wok-next view libgnome/stuff/patches/05_glib-2.54-ftbfs.patch @ rev 20790

1. update also pinentry-gtk to new version 2. add to both fltk-dev so fltk-config is found 3. I want to force also a build to see if it really builds OKish here (see wok-build)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 11:23:42 2018 +0000 (2018-06-09)
parents
children
line source
1 Description: Fix FTBFS with glib 2.54
2 glib-mkenums now expects input files to be UTF-8,
3 fix the encoding of libgnome/gnome-config.h
4 Author: Adrian Bunk <bunk@debian.org>
6 --- libgnome-2.32.1.orig/libgnome/gnome-config.h
7 +++ libgnome-2.32.1/libgnome/gnome-config.h
8 @@ -270,7 +270,7 @@ void gnome_config_clean_key_ (const char
9 #define gnome_config_private_clean_key(path) \
10 (gnome_config_clean_key_((path),TRUE))
12 -/* returns the true filename of the config file */
13 +/* returns the true filename of the config file */
14 #define gnome_config_get_real_path(path) \
15 (g_build_filename (gnome_user_dir_get(),(path),NULL))
16 #define gnome_config_private_get_real_path(path) \