From bbacfb5446f09e77f243a27df8e8cffd97c9ac59 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 26 Jul 2019 17:37:03 +0200 Subject: [PATCH] gtk2mm: Update version from 2.24.0 to 2.24.5 From the [news file][1]: > 2.24.5 (stable) > > This release can be used together with glibmm up to at least 2.49.5. > It's recommended that you use gtkmm3 instead of gtkmm2. The support for > gtkmm2 is minimal, and diminishing. > > Build: > * Update the MSVC projects (Chun-wei Fan) > * Use C++11 if the compiler supports it (Murray Cumming) > * Update to be compatible with new versions of glibmm > (Kjell Ahlstedt, Murray Cumming) > > Documentation: > * Improve the documentation of Gtk::ComboBoxText > (Kjell Ahlstedt) Bug #766039 (Omega Phil) [1]: https://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.5.news --- gtk2mm.be0 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gtk2mm.be0 b/gtk2mm.be0 index b0b34659a..6ceb144f8 100755 --- a/gtk2mm.be0 +++ b/gtk2mm.be0 @@ -1,8 +1,8 @@ #!/bin/env beesh -# BEE_VERSION gtk2mm-2.24.0-0 +# BEE_VERSION gtk2mm-2.24.5-0 -SRCURL[0]="https://ftp.gnome.org/pub/GNOME/sources/gtkmm/${PKGVERSION[2]}/gtkmm-${PKGVERSION}.tar.bz2" +SRCURL[0]="https://ftp.gnome.org/pub/GNOME/sources/gtkmm/${PKGVERSION[2]}/gtkmm-${PKGVERSION}.tar.xz" PATCHURL[0]="" @@ -19,7 +19,7 @@ mee_patch() { } mee_configure() { - MMDOCTOOLDIR=/usr/share/mm-common/doctool bee_configure + bee_configure } mee_build() {