diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 83b5f75658..93f52c6aa9 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,10 @@ April 14th, 2015 + + [fernando] - midori-0.5.9: + fix build with glib-2.43 or newer. + [fernando] - Update to vala-0.28.0. Fixes #6409. diff --git a/xfce/apps/midori.xml b/xfce/apps/midori.xml index 7c0ef4a9cf..2907d0415b 100644 --- a/xfce/apps/midori.xml +++ b/xfce/apps/midori.xml @@ -106,7 +106,9 @@ commands: -mkdir build && +sed -i 's/ ListStore/ Gtk.ListStore/' extensions/history-list.vala && + +mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr \ @@ -134,6 +136,9 @@ make Command Explanations + sed -i ... extensions/history-list.vala: This + command fixes build with glib-2.43 or newer. + -DCMAKE_BUILD_TYPE=Release: This switch is used to apply a higher level of compiler optimizations.