wok-next annotate libgnomeui/stuff/patches/03_glib-2.54-ftbfs.patch @ rev 20753
libgnomeui: add patch
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Jun 01 17:18:19 2018 +0300 (2018-06-01) |
parents | |
children |
rev | line source |
---|---|
al@20753 | 1 Description: Fix FTBFS with glib 2.54 |
al@20753 | 2 glib-mkenums now expects input files to be UTF-8, |
al@20753 | 3 fix the encoding of libgnomeui/gnome-scores.h |
al@20753 | 4 Author: Adrian Bunk <bunk@debian.org> |
al@20753 | 5 |
al@20753 | 6 --- libgnomeui-2.24.5.orig/libgnomeui/gnome-scores.h |
al@20753 | 7 +++ libgnomeui-2.24.5/libgnomeui/gnome-scores.h |
al@20753 | 8 @@ -27,7 +27,7 @@ |
al@20753 | 9 * "High Scores" Widget |
al@20753 | 10 * |
al@20753 | 11 * AUTHOR: |
al@20753 | 12 - * Horacio J. Peña <horape@compendium.com.ar> |
al@20753 | 13 + * Horacio J. Peña <horape@compendium.com.ar> |
al@20753 | 14 * |
al@20753 | 15 * This is free software (under the terms of the GNU LGPL) |
al@20753 | 16 * |