Package Release Info

mate-desktop-1.24.0-bp152.1.12

Update Info: Base Release
Available in Package Hub : 15 SP2

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libmate-desktop-2-17
mate-desktop
mate-desktop-devel
mate-desktop-gschemas
mate-desktop-gschemas-branding-upstream
mate-desktop-lang
typelib-1_0-MateDesktop-2_0

Change Logs

* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.24.0 (changes since 1.23.1):
  * Move remaining peripheral schemas to mate-settings-daemon.
  * schema: Move mouse schemas to mate-settings-daemon.
  * Replace deprecated gtk_css_provider_get_default.
  * mate-bg-crossfade: Replace tabs with spaces/
  * Make "rsvg-convert" optional.
  * mate-colorsel: Avoid deprecated gtk_hscale_new.
  * gettext needs .gmo files to install .mo locale.
  * thumbnail: Remove obsolete mate_desktop_thumbnail_md5().
  * thumbnail: Remove obsolete pixbuf helper.
  * thumbnail: Use an array to store the thumbnailer's cmdline.
  * thumbnail: Use g_strcmp0() and remove a NULL check.
  * thumbnail: Simplify system includes.
  * thumbnail: Fix typo in optional.
  * thumbnail: Remove unused constant SECONDS_BETWEEN_STATS.
  * thumbnail: Remove unused #define GDK_PIXBUF_ENABLE_BACKEND.
  * thumbnail: Remove reference to MateIconFactory.
  * thumbnail: Simplify init_thumbnailers_dirs().
  * Deprecate mate_desktop_thumbnail_scale_down_pixbuf().
  * thumbnailer: Always prefer the backend provided preview.
  * thumbnail: Always use external gdk-pixbuf thumbnailer.
  * thumbnail: Demote a log message from WARNING to DEBUG.
  * thumbnail factory: Disconnect signal handlers in finalize.
  * thumbnail: Move thumbnail generation/saving to a few helper
    functions.
  * thumbnail: Clean up path generation code.
  * thumbnailer: Try harder to create a failed thumbnail.
  * Add missing cases to switch statement.
  * lib: Add thumbnail test application.
  * Increase the size of thumbnails to 256.
  * Avoid redundant redeclarations
  * desktop file: Add missing hints for translators.
  * Treat time_t as gint64 to convert from/to string.
  * build: Introduce RELEASE_YEAR variable for mate-about dialogue.
  * build: Show warning flags on configure summary.
  * build: Use warning flags.
  * autoconf: AC_PROG_CC was called before AX_CHECK_ENABLE_DEBUG.
  * Update translations.
- Drop support for old openSUSE versions.
* Mon Feb 24 2020 Max Lin <mlin@suse.com>
- Fix macro expanding issue
* Sun Feb 23 2020 Max Lin <mlin@suse.com>
- Leap 15.2 has newer librsvg, extend the conditional
  for "BuildRequires: rsvg-convert"
* Wed Oct 23 2019 ro@suse.de
- fix build-requires for factory/tumbleweed
  rsvg-convert tool is now in rsvg-convert package
* Wed Sep 25 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
- Remove build require on libxml2-python as it's not required. There
  is no sign in the source code that it's needed.
* Wed Jul 17 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
- Update to version 1.23.1 (changes since 1.22.1):
  * Update translations.
  * schemas: Define schema for a default messenger
  * check both {$prefix,/usr}/share/locale dirs for translation
  * Add test code for mate-languages.
  * Change url project's website
  * configure: drop check for itstool
  * build: use localedir instead of DATADIRNAME
  * add abi check
  * treewide: add meson build
  * Simplify icons/Makefile.am
  * i18n: port from intltool to gettext
  * mate-about: subdir mate-version.xml.in.in
  * configure.ac: subdir some of the build cruft
  * mate-desktop-thumbnail: avoid 'NULL' parameter
  * mate-hsv: avoid duplicate initialization in variable
  * mate-hsv: avoid deprecated 'gdk_device_grab/ungrab'
  * mate-colorsel: avoid deprecated 'GtkHSV', use 'MateHSV' instead
  * MateHSV implementation (GtkHSV fork)
- html gtk-doc doesn't get build anymore, so we don't install it
  anymore
- remove patch:
  * mate-desktop-gtk-3.20.patch: we don't support gtk3.22 anymore
- build require gtk >= 3.22 and glib >= 2.50
* Sun May 12 2019 Alexei Sorokin <sor.alexei@meowr.ru>
- Update to version 1.22.1:
  * Use mate-desktop icon instead of mate for mate-about.
  * Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo
    shadow.
  * mate-thumbnail-pixbuf-utils: Fix division by zero.
  * mate-bg: Fix memory leak.
  * GEN png icons from hicolor_apps_scalable_mate.svg.
  * Make translatable the application name in mate about dialogue.
  * Make translatable the copyright info in mate about dialogue.
  * [Security] Use "g_strlcpy" instead of "strcpy".
  * [Security] test-ditem: Use "g_strlcat" instead of "strcat".
  * Update translations.
Version: 1.22.1-2.1
* Sun May 12 2019 sor.alexei@meowr.ru
- Update to version 1.22.1:
  * Use mate-desktop icon instead of mate for mate-about.
  * Use radial gradient (Blur 13.9%, Opacity 73.4%) for MATE logo
    shadow.
  * mate-thumbnail-pixbuf-utils: Fix division by zero.
  * mate-bg: Fix memory leak.
  * GEN png icons from hicolor_apps_scalable_mate.svg.
  * Make translatable the application name in mate about dialogue.
  * Make translatable the copyright info in mate about dialogue.
  * [Security] Use "g_strlcpy" instead of "strcpy".
  * [Security] test-ditem: Use "g_strlcat" instead of "strcat".
  * Update translations.
* Tue Mar 05 2019 sor.alexei@meowr.ru
- Update to version 1.22.0:
  * interface: Add a key to enable/disable primary paste from the
    middle mouse button.
  * mate-desktop-item: Replace deprecated gdk_error_trap_push/pop.
  * mate-rr-config: Replace deprecated gdk_flush.
  * mate-rr: Replace deprecated Gdk functions.
  * mate-bg-crossfade: Replace deprecated gdk_error_trap_push/pop.
  * mate-bg: Replace deprecated gdk_error_trap_push/pop.
  * Add mate-language apis.
  * Add a new setting to control XKB modifier latching.
  * Fix make distcheck fail on debian.
  * mate-colorsel: Avoid deprecated gtk_widget_modify_bg.
  * [mate-rr] Avoid deprecated g_type_class_add_private.
  * Avoid deprecated g_type_class_add_private.
  * [mate-colorsel] Avoid deprecated g_type_class_add_private.
  * mate-bg: Avoid deprecated g_settings_list_keys.
  * Disable deprecation warnings for distcheck.
  * mate-bg: Corrected some comments.
  * schemas: Define schema for a default calculator.
  * Update translations.
- Rebase mate-desktop-gtk-3.20.patch.
* Sat Dec 22 2018 sor.alexei@meowr.ru
- Update to version 1.20.4:
  * Disable deprecation warnings for distcheck.
  * Update translations.
* Tue Jun 05 2018 sor.alexei@meowr.ru
- Update to version 1.20.3 (changes since 1.20.1):
  * Add toggle for synchronising QT_SCALE_FACTOR to
    GDK_SCALE_FACTOR.
  * Change default cursor-size to 24px.
  * Support background fallback on HiDPI.
  * mate-rr-labeler: Fix font-color for dark themes.
  * Update translations.
Version: 1.20.1-bp150.2.5
* Wed Apr 11 2018 sor.alexei@meowr.ru
- Update to version 1.20.1:
  * Update translations.
* Fri Mar 09 2018 sor.alexei@meowr.ru
- Update to version 1.20.0:
  * Require GTK+ 3.22 and GLib 2.50.
  * Add Global Menu support.
  * Avoid deprecated gdk_screen_get_width/height().
  * mate-desktop-item, mate-about: Avoid deprecated gtk_show_uri().
  * mate-about: Avoid deprecated gtk_show_uri().
  * Avoid deprecated gdk_screen_get_monitor_,
    gdk_screen_get_n_monitors(), gdk_screen_make_display_name(),
    gdk_screen_get_number() functions.
  * Correct little imprecision in man mate-about.
  * Fix broken fallback cursor in mate-colorsel.c.
  * mate-colorsel: Don't use deprecated GtkStock.
  * Drop MateAboutDialog and switch to GtkAboutDialog.
  * mate-about: Remove remains of libunique references.
  * An implementation of WidthOfScreen and HeightOfScreen.
  * gschema: Drop the can-change-accels key, won't work with GTK+3.
  * Add gsettings for window scaling factor.
  * Update translations.
- Add mate-desktop-gtk-3.20.patch: Restore GLib 2.48 and GTK+ 3.20
  support.
* Wed Jan 24 2018 sor.alexei@meowr.ru
- Require xdg-user-dirs instead of xdg-user-dirs-gtk.
* Tue Mar 14 2017 sor.alexei@meowr.ru
- Update to version 1.18.0:
  * NEWS: Use consistent, project wide, markdown-like formatting to
    make generating release announcements easier.
  * Move to GTK+3 (require GTK+ >= 3.14), drop the GTK+2 code and
  - -with-gtk build option.
  * Drop the mpaste tool (won't work without the website anyway).
  * Background: Fix crossfade issues with recent GTK+ versions.
  * Background: Fix more graphics issues to allow Caja to use
    background for directory windows.
  * Background: Fix memleaks and other misc issues.
  * Colour select: Fix some GTK+ deprecations.
  * Schemas: Some fixes and cleanups.
  * mate-about: Fix URL centring.
  * Update translations.
Version: 1.16.1-2.1
* Tue Oct 18 2016 sor.alexei@meowr.ru
- Update to version 1.16.1:
  * mate-bg: Fix a regression that caused font color in Caja to be
    always black (even on dark backgrounds).
  * Update translations.
* Tue Sep 20 2016 sor.alexei@meowr.ru
- Update to version 1.16.0:
  * mate-bg: Remove an unneeded ignore-pending-change property
    (not needed anymore since font colour fix in Caja 1.14).
  * GTK+3: Fix various deprecations.
  * distcheck: Explicitly use a currently selected GTK+ version.
  * Some minor cleanups.
  * Update translations.
* Sun May 22 2016 sor.alexei@meowr.ru
- Update to version 1.14.1:
  * Backgrounds: Take EXIF rotation tags into consideration.
  * Enable installation of mate.svg.
  * Update translations.
* Sat Apr 09 2016 sor.alexei@meowr.ru
- Update to version 1.14.0:
  * Update translations.
  * Fix Changelog generation.
* Mon Jan 25 2016 sor.alexei@meowr.ru
- Update to version 1.13.0:
  * Colorbutton: Handle alpha for GdkRGBA.
  * Fix deprecated usage of GtkHBox and GtkVBox in GTK+3 build.
  * Drop MateConf migration script.
  * Remove ancient mate-conf-import tool.
* Wed Jan 06 2016 sor.alexei@meowr.ru
- Enable GObject Introspection.
- Rename mate-desktop-gsettings-schemas to mate-desktop-gschemas.
- Add mate-desktop-gschemas branding, for now to alter default
  cursor theme.
* Mon Nov 30 2015 sor.alexei@meowr.ru
- Update to 1.12.1:
  * RR: fix crash.
  * Fix colour select in Gtk3.
  * Update translations.
* Thu Nov 05 2015 sor.alexei@meowr.ru
- Update to 1.12.0.
* Thu Oct 08 2015 sor.alexei@meowr.ru
- Update to 1.11.0:
  * Require dconf 0.13.4.
  * Require xrandr 1.3.
  * Add gsettings key to toggle overlay scrolling in GTK+3.
  * Add some icons to fix missing icons in GTK+3 with custom icon
    theme.
  * Mouse schema: Enabled enable middle-click emulation by default.
  * RR: implement missing mate_rr_output_get_possible_crtcs function.
  * RR: fix laptop identification by output name.
  * RR: show output name in addition to display name.
  * Retrieve strings directly from gschema (requires intltool
    0.50.1).
  * Moved docbook user guide to a separate project.
  * Dropped dependency on yelp (not needed after moving user guide).
  * Several minor fixes.
- Remove mate-user-guide subpackage.
* Mon Aug 24 2015 sor.alexei@meowr.ru
- Update to version 1.10.2:
  * Check for NULL pointers in slideshow.
  * Fix crash when system date is earlier than start date.
  * Fix crash when XRRSetCrtcConfig fails.
  * Drop non-existent mate_rr_screen_create_clone_modes from
    headers.
  * Embedded Display Port outputs are considered a laptop built-in
    display.
  * Add annotations and fix documentation syntax warnings.
  * Update translations.
* Wed Jul 15 2015 sor.alexei@meowr.ru
- Make mate-user-guide architecture-independent again.
* Sat Jul 11 2015 sor.alexei@meowr.ru
- Update to version 1.10.1:
  * Restore docbook user-guide.
- Supersede the mate-user-guide package.
* Wed Apr 15 2015 p.drouand@gmail.com
- Update to version 1.10.0
  * Bugfixes release
- Remove mate-desktop-no-return-in-nonvoid-function.patch.patch; fixed
  on upstream release
* Mon Mar 23 2015 p.drouand@gmail.com
- Update to version 1.9.90 (unstable)
  * Bugfixes release
* Thu Jan 22 2015 p.drouand@gmail.com
- Update to version 1.9.4 (unstable)
  * Turn MateRRScreen, GnomeRRConfig and GnomeOutputInfo into a GObject.
  * Add gobject introspection
  * Many RANDR fixes
  * interface: add automatic-mnemonics key for Gtk xsetting
  * use GDK_WINDOW_XID for inter-GTK compatibility
* Tue Nov 11 2014 p.drouand@gmail.com
- Update to version 1.9.3 (unstable)
  + Updated mpaste for website change
* Sun Oct 26 2014 p.drouand@gmail.com
- Update to version 1.9.2 (unstable)
  + Added org.mate.debug GSettings schema
- Changes from version 1.9.1 (unstable)
  + Added MateColorButton class to have traditional color selection
    dialog with GTK3
- Changes from version 1.9.0
  + Removed desktop-docs
  + Removed user guide
  + Removed libunique optional dependency
  + Added MateAboutDialog class to have traditional about dialog with
    GTK3 too
- Remove pkgconfig(unique-1.0) BuildRequires; upstream removed
  dependency
* Sat May 10 2014 p.drouand@gmail.com
- Update to version 1.8.1
  + org.mate.interface schema: Added gtk-decoration-layout key for GTK3
* Wed Mar 12 2014 p.drouand@gmail.com
- Remove conflicting files with Gnome3
  It's needed the time upstream fix this issue
* Thu Mar 06 2014 p.drouand@gmail.com
- Fix gsettings-shemas post/postun