From 859afdb4068bf3ce5bde810b0f70f12c681e7af7 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2019 15:12:28 +0200 Subject: [PATCH] exo: Update from version 0.12.4 to 0.12.5 Release notes for 0.12.5 ======================== Bug Fixes: - Fix typehead in ExoIconView (Xfce #15100) Build Updates: - Building libexo-1 can now be disabled (Xfce #15138, #15199) - Building documentation still requires libexo-1 since some older symbols exists only in the GTK+ 2 library - Several components were moved around to align with the correct library versions: - Helpers are now installed in exo-2 paths, and exo-helper-1 has been renamed to exo-helper-2 to follow the library version - Pixmaps were moved to an unversioned path (pixmaps/exo) since they are used by both versions of the library - exo-compose-mail has dropped the library version since it does not depend on either version of the library - The expansion-to-defined flag was re-enabled --- exo.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exo.be0 b/exo.be0 index 1a4337220..645b87003 100755 --- a/exo.be0 +++ b/exo.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION exo-0.12.4-0 +# BEE_VERSION exo-0.12.5-0 SRCURL[0]="http://archive.xfce.org/src/xfce/exo/${PKGVERSION[2]}/exo-${PKGVERSION}.tar.bz2"