wok-next 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 | 087b00d7ff4b |
children | 628885b2ba74 |
files | libgnomeui/receipt libgnomeui/stuff/patches/03_glib-2.54-ftbfs.patch libgnomeui/stuff/patches/series |
line diff
1.1 --- a/libgnomeui/receipt Fri Jun 01 15:40:27 2018 +0300 1.2 +++ b/libgnomeui/receipt Fri Jun 01 17:18:19 2018 +0300 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="This is the GUI parts of what was previously gnome-libs" 1.5 MAINTAINER="erjo@slitaz.org" 1.6 LICENSE="GPL2" 1.7 -WEB_SITE="http://www.gnome.org" 1.8 +WEB_SITE="http://www.gnome.org/" 1.9 1.10 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.11 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL" 1.12 @@ -19,7 +19,7 @@ 1.13 1.14 compile_rules() { 1.15 ./configure \ 1.16 - --libexecdir=/usr/lib/$PACKAGE \ 1.17 + --libexecdir=/usr/lib/libgnomeui \ 1.18 $CONFIGURE_ARGS && 1.19 fix libtool && 1.20 make &&
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/libgnomeui/stuff/patches/03_glib-2.54-ftbfs.patch Fri Jun 01 17:18:19 2018 +0300 2.3 @@ -0,0 +1,16 @@ 2.4 +Description: Fix FTBFS with glib 2.54 2.5 + glib-mkenums now expects input files to be UTF-8, 2.6 + fix the encoding of libgnomeui/gnome-scores.h 2.7 +Author: Adrian Bunk <bunk@debian.org> 2.8 + 2.9 +--- libgnomeui-2.24.5.orig/libgnomeui/gnome-scores.h 2.10 ++++ libgnomeui-2.24.5/libgnomeui/gnome-scores.h 2.11 +@@ -27,7 +27,7 @@ 2.12 + * "High Scores" Widget 2.13 + * 2.14 + * AUTHOR: 2.15 +- * Horacio J. Peña <horape@compendium.com.ar> 2.16 ++ * Horacio J. Peña <horape@compendium.com.ar> 2.17 + * 2.18 + * This is free software (under the terms of the GNU LGPL) 2.19 + *