From f4acea3311dd7c560448c3316342816783cc7877 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 May 2019 16:37:50 +0200 Subject: [PATCH 01/12] libxfce4util: Update version from 4.13.2 to 4.13.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > Release notes for 4.13.3 > ======================== > [Please note that this is a development release.] > - Add support for rc files as symlinks (bug #14698) > - Fix GObject Introspection language bindings (bug #14766) > - Fix compiler error -Wcast-function-type (GCC 8) > - Bump minimum glib version > - Fix compilation warnings ""defined" may not be portable" > - Translation Updates: Arabic, Belarusian, Czech, Danish, French, > Galician, Hebrew, Icelandic, Italian, > Kazakh, Lithuanian, Malay, Norwegian Bokmål, Occitan (post 1500), > Romanian, Slovak, Serbian, Uighur, Ukrainian --- libxfce4util.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxfce4util.be0 b/libxfce4util.be0 index cc3dec618..71452c8ae 100755 --- a/libxfce4util.be0 +++ b/libxfce4util.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4util-4.13.2-0 +# BEE_VERSION libxfce4util-4.13.3-0 SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4util/${PKGVERSION[2]}/libxfce4util-${PKGVERSION}.tar.bz2" From 40fb590afd3e8e0f03f90d025b37887a42e440bd Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 May 2019 16:39:21 +0200 Subject: [PATCH 02/12] xfce4-panel: Update version from 4.13.4 to 4.13.5 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > Release notes for 4.13.5 > ======================== > - Bugfixes: > - Revert "Applications menu icon sizing fixes" (Bug #14976) > - Make sure panel plugin icons aren't clipped (LP #1756608) > - actions: use a different icon for hybrid sleep when possible > (Bug #15204) > - Fix compiler error -Wcast-function-type (GCC 8) > - Fix alpha-transparent background images (Bug #14850) > - Fix this use of "defined" may not be portable > - Bump glib version to 2.42.0 > - tasklist: Activate parent windows (Bug #15307) > - launcher: Fix tooltip icon size (Bug #15319) > - Hide systray frame in default panel config > - separator: Use symbolic icon for more clarity (Bug #15359) > - Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, > Bengali, Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), > Czech, Danish, Dutch (Flemish), English (Australia), > English (Great Britain), Estonian, Finnish, Galician, German, > Greek, Icelandic, Indonesian, Italian, Kazakh, Korean, Lithuanian, > Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, > Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, > Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, > Uyghur, Vietnamese Update patch to add the PulseAudio plugin. --- xfce4-panel.be0 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xfce4-panel.be0 b/xfce4-panel.be0 index 07c216ad4..d6a9a82a2 100755 --- a/xfce4-panel.be0 +++ b/xfce4-panel.be0 @@ -1,9 +1,9 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-panel-4.13.4-0 +# BEE_VERSION xfce4-panel-4.13.5-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" -PATCHURL[0]="/src/mariux/beeroot/downloads/xfce4-change-default-panel-plugins.patch" +PATCHURL[0]="/src/mariux/patches/0001-migrate-default.xml.in-Add-pulseaudio-plugin.patch" # PATCHURL+=() From 83a38b86aa018ef15a84ac40e95d008dd714392f Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Fri, 17 May 2019 17:35:00 +0200 Subject: [PATCH 03/12] xfce4-panel: Clean up `PATCHURL` lines --- xfce4-panel.be0 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xfce4-panel.be0 b/xfce4-panel.be0 index d6a9a82a2..8c947f0c0 100755 --- a/xfce4-panel.be0 +++ b/xfce4-panel.be0 @@ -3,9 +3,8 @@ # BEE_VERSION xfce4-panel-4.13.5-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-panel/${PKGVERSION[2]}/xfce4-panel-${PKGVERSION}.tar.bz2" -PATCHURL[0]="/src/mariux/patches/0001-migrate-default.xml.in-Add-pulseaudio-plugin.patch" -# PATCHURL+=() +PATCHURL+=(/src/mariux/patches/0001-migrate-default.xml.in-Add-pulseaudio-plugin.patch) # EXCLUDE+=() From 360e188e9fa5684cfb28f92dfd7d72ad477bbdf3 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 18 May 2019 19:06:03 +0200 Subject: [PATCH 04/12] libxfce4ui: Update version from 4.13.4 to 4.13.5 > Release notes for 4.13.5 > ======================== > [Please note that this is a development release.] > - Add PrintScreen as shortcut for xfce4-screenshooter (Bug #14524) > - Add Ctrl + Alt + t as default shortcut for terminal (Bug #14510) > - Add xfce_gdk_screen_get_geometry (a replacement for > gdk_screen_width/gdk_screen_height) > - Remove useless glade_*dir variables from libxfce4ui-{1,2}.pc (Bug > #13945) > - Fix release tarball by adding libxfce4ui-dialog-ui.ui > - Fixes for gladeui2 detection > - Install icons when gladeui2 is set (Bug #15207) > - Fix build error with --disable-gtk2 and having gladeui-1.0 installed > - Remove styling of emails in about dialog (Bug #14638) > - Fix compiler error -Wcast-function-type (GCC 8) > - Use https://docs.xfce.org for help url > - Fix compilation warnings ""defined" may not be portable" > - Update xfce4-about (core contributors, contributors, translators) --- libxfce4ui.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxfce4ui.be0 b/libxfce4ui.be0 index 503aea0c3..02d0a48af 100755 --- a/libxfce4ui.be0 +++ b/libxfce4ui.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION libxfce4ui-4.13.4-0 +# BEE_VERSION libxfce4ui-4.13.5-0 SRCURL[0]="http://archive.xfce.org/src/xfce/libxfce4ui/${PKGVERSION[2]}/libxfce4ui-${PKGVERSION}.tar.bz2" From e9ab60aafe93775f4ef758acdf669dd40a9d1d0b Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 18 May 2019 19:06:30 +0200 Subject: [PATCH 05/12] xfce4-appfinder: Update version from 4.13.0 to 4.13.3 > Release notes for 4.13.3 > ======================== > Please note that this is a development release. > > - Update minimal required glib to 2.42 > - Allow case-insensitive search > - Do not wrap when Text beside icons is enabled (Bug #8490) > - Icon view: reduce padding/spacing with small icons > - Translation updates --- xfce4-appfinder.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-appfinder.be0 b/xfce4-appfinder.be0 index 44f6be4f3..564824e85 100755 --- a/xfce4-appfinder.be0 +++ b/xfce4-appfinder.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-appfinder-4.13.0-0 +# BEE_VERSION xfce4-appfinder-4.13.3-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-appfinder/${PKGVERSION[2]}/xfce4-appfinder-${PKGVERSION}.tar.bz2" From a5319e609366329fb797a627c3c9fdbe16954dcf Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 18 May 2019 19:07:58 +0200 Subject: [PATCH 06/12] xfdesktop: Update version from 4.13.3 to 4.13.4 > Release notes for 4.13.4 > ======================== > [Please note that this is a development release.] > > Development release of xfdesktop targeting for Xfce 4.14. > Please report all problems at bugzilla.xfce.org. > > - Re-introduce ability to move icons to other displays (Bug #15198) > - Make 'Move to Trash' icon the same as Thunar (Bug #15234) > - Match Thunar Drag and Drop behavior (Bug #14919) > - Stop ongoing drag/selection if middle/right mouse button is > pressed (Bug #14180) > - Fix Desktop icons order resets, by adding link to last used > configuration as > fallback (Bug #11266) > - Fix xfdesktop crashes after multiples --reload (Bug #15060) > - Fix scaling of images with orientation metadata (Bug #14644) > - Fix stretching/zooming of images with orientation metadata (Bug > #15292) > - Fix has_mime_type implementation (Bug #15295) > - Use clipboard target "text/uri-list" when copying/cutting (Bug > #13379) > - Set desktop environment for garcon app menu (Bug #14599) > - Remove faulty line in glade file (Bug #15293) > - Fix g_type_class_add_private is deprecated > - Avoid invalid memory access (Bug #15299) > - Avoid timer leak when docking-undocking monitors (Bug #13887) > - Use clipboard target "text/uri-list" when copying/cutting (Bug > #13379) > - Set desktop environment for garcon app menu (Bug #14599) > - Properly center workspace header in windowlist (Bug #15405) > - Fix memory leak when monitors change (Bug #14844) > - Replace/remove deprecated functions > - Translation Updates --- xfdesktop.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfdesktop.be0 b/xfdesktop.be0 index f2d7ef8ff..4ceee49e6 100755 --- a/xfdesktop.be0 +++ b/xfdesktop.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfdesktop-4.13.3-0 +# BEE_VERSION xfdesktop-4.13.4-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfdesktop/${PKGVERSION[2]}/xfdesktop-${PKGVERSION}.tar.bz2" From c16992cc8789b1d6d30c569e99ce718f4c83b090 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 18 May 2019 19:09:07 +0200 Subject: [PATCH 07/12] xfce4-settings: Update version from 4.13.5 to 4.13.6 > Release notes for 4.13.6 > ======================== > - New Feature: Add color-settings (colord frontend) > - New Feature: Add display profile support to the daemon > - Bugfixes and other smaller changes: > - display: > - Track and highlight active profile > - Ask user to update profile when closing with unsaved > changes > - Add interactive information about primary display setting > - Improve profile-create popover > - Improve profile-delete dialog > - UI alignment improvements > - Reduce complexity of the code and speedup > display_settings_get_profiles > - Replace deprecated GtkStock > - Re-introduce display numbering > - Ensure the settomgs dialog gets properly destroyed > - Verify unique profile names > - Drop connector name from profile matching > - Correctly fall back to previous profile on cancel > - Fix alignment of buttons in minimal dialog > - Only show profiles which match *all* connected displays > - Update profile list on screen changes > - Fix crash when no RRMode is available (bug #12607) > - Correctly hide primary setting with 1 display > - Fix calculation of offset > - Always show the 'primary display' option > - Make primary indicator a star icon > - Throw warning when monitors exceed max screen size > - color: Always select first device on startup (Bug #15266) > - xfsettingsd: Increase startup priority > - Fix scrolling in embedded settings dialogs (Xfce #14285, > LP #1653448) > - Fix search change clearing and hiding sections (bug #14792) > - Resolved g_type_class_add_private deprecations (GObject 2.58) > - Fix incremental sending from the clipboard manager (Bug #13537) > - Fix WindowScalingFactory property type > - Fix code spacing > - Fix memory leaks > - Fix CID 337242: Null pointer dereferences (REVERSE_INULL) > - Fix compiler warnings > - Fix icon names > - Update configure.ac.in > - Update .gitignore > - Set yes as the default debug level > - Translation Updates: --- xfce4-settings.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-settings.be0 b/xfce4-settings.be0 index 3bb895fd3..7ce954d69 100755 --- a/xfce4-settings.be0 +++ b/xfce4-settings.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-settings-4.13.5-0 +# BEE_VERSION xfce4-settings-4.13.6-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfce4-settings/${PKGVERSION[2]}/xfce4-settings-${PKGVERSION}.tar.bz2" From a48aa44033013baab423b281c2bb2179192afddb Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 18 May 2019 19:10:42 +0200 Subject: [PATCH 08/12] xfwm4: Update version from 4.13.1 to 4.13.2 > Release notes for 4.13.2 > ======================== > [Please note that this is a development release.] > > 4.13.2 > ====== > - Fix flickering with GLX backend (bug #14564, bug #13519) > - Fix monitor geometry with scaled UI (bug #14566) > - Fix issue with Android Virtual Device emulator (bug #12206) > - Fix XI2 mask (bug #14695, Timo Teras) > - Fix preview with shaded windows (bug #14899) > - Fix tabwin placement with scaled UI (bug #14931, Jonas Zetterberg) > - Add xfconf setting for selecting permanent vblank method > - Fix maximization with GTK clients using size increments (bug #13954) > - Add style class to tabwin modes (Andre Miranda) > - Fix crash/stack smash in startup-notification on some architectures > (bug #15028, Martin Husemann) > - Avoid crash with button layout setting (bug #14606) > - Raise on activate only with raise-on-focus (bug #14656) > - Fix use after release of client picture with hidden (bug #14990) > - Fix monitor output size update (bug #15085) > - Allow transients to be minimized (bug #14953) > - Raise all transients together (bug #15303) > - Fix menu alignment with scaled UI (Jason Zaman) > - Fix a regression where the client would remain visible if closed > while > cycling (bug #15318) > - Withdraw the frame before the client window (bug #15061) > - Revert to GLX as default vblank method (bug #15325) > - Reduce repaint timeout (bug #14335) > - Fix support for 1bpp icons > - Use cairo for pixmaps and masks > - Allow hiding windows using NET_WM_STATE_HIDDEN (bug #15356, > pnd23@telenet.be) > - Fix size increment with scaled UI > - Various compositor improvements and optimizations with GLX > - Check for appropriate XSync version and increase xfwm4 priority > - Adjust zoom update based on monitor refresh rate (bug #15391, > Alistair > Buxton) > - Fix window type for broken clients (bug #15399) > - Fix pointer enter/leave with decoration buttons (bug #14741) > - New default theme > - I18n: Update translations: ar, ast, be, bg, bn, ca, cs, da, de, el, > en_AU, en_CA, en_GB, es, eu, fi, fr, gl, he, hr, hu, id, is, it, ja, > kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt, pt_BR, ro, ru, sk, sl, > sq, sr, sv, th, tr, ug, uk, ur, ur_PK, zh_CN, zh_HK, zh_TW --- xfwm4.be0 | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xfwm4.be0 b/xfwm4.be0 index 2d4394cb7..5a49616c4 100755 --- a/xfwm4.be0 +++ b/xfwm4.be0 @@ -1,12 +1,10 @@ #!/usr/bin/env beesh -# BEE_VERSION xfwm4-4.13.1-2 +# BEE_VERSION xfwm4-4.13.2-0 SRCURL[0]="https://archive.xfce.org/src/xfce/xfwm4/${PKGVERSION[2]}/xfwm4-${PKGVERSION}.tar.bz2" -PATCHURL+=(/src/mariux/patches/0001-compositor-GLX-Synchronize-GLX-and-X-rendering.patch) -PATCHURL+=(/src/mariux/patches/0002-compositor-Fix-typo-in-vblank-options.patch) -PATCHURL+=(/src/mariux/patches/0003-common-Convert-monitor-geometry-to-device-geometry.patch) +# PATCHURL+=() # EXCLUDE+=() From 626e22993d1376bb19b16d75fa379d2e59985e43 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sat, 18 May 2019 19:11:40 +0200 Subject: [PATCH 09/12] xfconf: Update version from 4.13.5 to 4.13.7 > Release notes for 4.13.7 > ======================== > [Please note that this is a development release.] > > - Bump glib version > - Bug #15122: xfconf: disable gsettings backend by default > - Fix compiler error -Wcast-function-type (GCC 8) > - Fix this use of "defined" may not be portable > - Update .gitignore > - Fix warnings reported by GCC 8 (Bug #15112) > - Added gdbus binding to gitignore, add post release git tag > - Translation updates: Basque, Belarusian, Bulgarian, Catalan, Czech, > Danish, English (Australia), Icelandic, Italian, Lithuanian, Portuguese > (Brazilian), Romanian, Slovak, Swedish --- xfconf.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfconf.be0 b/xfconf.be0 index 154fc59ac..3833dfda6 100755 --- a/xfconf.be0 +++ b/xfconf.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfconf-4.13.5-0 +# BEE_VERSION xfconf-4.13.7-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfconf/${PKGVERSION[2]}/xfconf-${PKGVERSION}.tar.bz2" From 662e55d9ac4449c51c4a75be10a8fc84fac4d1c7 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 19 May 2019 09:58:14 +0200 Subject: [PATCH 10/12] xfce4-session: Update version from 4.13.1 to 4.13.2 > Release notes for 4.13.2 > ======================== > - Drop splash screens > - Introduce priority-group startup for FailSafe Session > - Optionally run commands on logout, suspend etc. (Bug #10172) > > - xflock4: > - Do not override PATH with hardcoded value. > - Add support for xfce4-screensaver to xflock4 > - chooser: > - Improve look and feel of the session chooser > - Improve UI and add delete button (Bug #12799) > - Add fallback theming to chooser dialogs > - Enable keypress response to session creation > - Update session name in xfconf after chooser > - Fix case in session chooser buttons > - settings: > - Show saved sessions in settings dialog > - Move "lock screen before sleep" option to general tab > - Fix alignment of session lock property > - Fix PID showing in "Current Session" tab > - Improve icon matching in "Current Session" tab > - Add a label for the currently active session > - Add a "delete session" button to the session list > - Make the Autostart buttons an inline toolbar > - Initialize the session list treeview if necessary > - More settings dialog UI improvements > - Add column headers to autostart list > - In autostart some apps (e.g. xfce-polkit) have bigger icons > - Make entries expand in add/edit app startup dialog (Bug #15321) > - logout-dialog: > - Fix sensitivity of switch user button > - Remove blue border from logout dialog (Bug #15284) > - Improve default style of the logout dialog > - Add styleclass to make logout dialog themeable > - Set logout dialog icons from icon_name > - Support scaling in logout dialog (Bug #14951) > - Use a different icon for hybrid sleep when possible > - Fix mnemonic conflict on logout dialog > - Use systemd-logind methods instead of polkit permissions (Bug #14707) > - scripts/xinitrc.in.in: use "command" shell builtin instead of > which(1) > - Use sysconf(_SC_NGROUPS_MAX) instead of #defining an arbitrary > MAX_USER_GROUPS (bug #14722) > - Don't auto start consolekit daemon if it is not running > - Added better shutdown fallback support for the BSDs (Bug #14722) > - Don't install generic icon names (Bug #11912) > - Use exec to launch xfce4-session from xinitrc > - xinitrc: Remove fallback path when xfce4-session is not installed > - Remove old unused autostart_migrate function > - Fix GVariant format string in dbus server > - Extend debug messages > - Silence compiler warnings > - Remove unused checks on configure step > - Drop unused function > - Remove useless ioprio.h check > - rollback fix of a warning (fix requires glib 2.58) > - Fixed warning "cast between incompatible function types" introduced > in GCC 8 > - replaced GList of windows with single window (not required any more) > (triggered by previous commit > a99008c8dbddc038778c8c7e1e080f42c034c3a2) > - merged identic cases (triggered by previous commit > a99008c8dbddc038778c8c7e1e080f42c034c3a2) > - removed duplicated loop counter (triggered by previous commit > a99008c8dbddc038778c8c7e1e080f42c034c3a2) > - replaced deprecated "gtk_display_get_screen" - For each display > there is only one screen (See gtk3 doc of gdk_display_get_screen). So > we can use gdk_display_get_default_screen (display) instead of > looping on all screens. - The default screen is the screen of the > default display (no need to first get the default display if the > default screen is required) > - bump gtk version to 3.22 and gmodule/gio to 2.42 > - Remove now useless XFCE_GLADE_*_PATH variables (Bug #13945) > - Tell intltool how to extract .ui files (Bug #14582) > - fix build failure when dbus is not in the system include path (Bug > #14386) > - Translation updates: --- xfce4-session.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce4-session.be0 b/xfce4-session.be0 index 76b2381dc..f5858bd80 100755 --- a/xfce4-session.be0 +++ b/xfce4-session.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION xfce4-session-4.13.1-0 +# BEE_VERSION xfce4-session-4.13.2-0 SRCURL[0]="http://archive.xfce.org/src/xfce/xfce4-session/${PKGVERSION[2]}/xfce4-session-${PKGVERSION}.tar.bz2" From fa4bf58488943e51bfc4ca7db0b4796d8f507dfb Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2019 15:11:13 +0200 Subject: [PATCH 11/12] tumbler: Update from Version 0.2.3 to 0.2.4 Release notes for 0.2.4 ======================= - Check for sparse video files only on plugin side - Set Max file sizes - Add Fujifilm RAF support (Bug #14522) - Add more media types for audio cover thumbnails (Bug #12041) - Fix a typo in desktop-thumbnailer-provider.c (Bug #14925) - Update URLs in README and configure.ac - Fix g_type_class_add_private is deprecated - Bump glib version - Translation Updates --- tumbler.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tumbler.be0 b/tumbler.be0 index 72bf1ccbd..a4af8cd5f 100755 --- a/tumbler.be0 +++ b/tumbler.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION tumbler-0.2.3-0 +# BEE_VERSION tumbler-0.2.4-0 SRCURL[0]="https://archive.xfce.org/src/xfce/tumbler/${PKGVERSION[2]}/tumbler-${PKGVERSION}.tar.bz2" From 859afdb4068bf3ce5bde810b0f70f12c681e7af7 Mon Sep 17 00:00:00 2001 From: david Date: Mon, 20 May 2019 15:12:28 +0200 Subject: [PATCH 12/12] 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"