Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

typelib-1_0-MateDesktop-2_0-1.28.2-lp160.1.1 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: typelib-1_0-MateDesktop-2_0 Distribution: openSUSE Leap 16.0
Version: 1.28.2 Vendor: openSUSE
Release: lp160.1.1 Build date: Sat Mar 23 14:47:00 2024
Group: System/GUI/Other Build host: reproducible
Size: 36028 Source RPM: mate-desktop-1.28.2-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://mate-desktop.org/
Summary: Common API for various MATE modules typelib
This package contains the library with common API for various
MATE modules.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sat Mar 23 2024 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.28.2
    * Translations update
    * Distribute Meson build system
    * Make MateImageMenuItem subclassable
    * MateImageMenuItem: Remove unnecessary label field
* Thu Nov 23 2023 Mihai Moldovan <ionic@ionic.de>
  - Update to new upstream version 1.26.2:
    * tx: update resources
    * tx: update translations
    * tx: migrate to new API
    * add xdg-desktop-portal config file
  - Add xdg-desktop-portal config file to %files list.
* Mon Mar 27 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update version to 1.26.1:
    * Revert "[mate-bg] small cleanup".
    * mate-desktop-thumbnail: Fix memory leak.
    * mate-bg: Fix memory leak.
    * Fix mate_minor_version and mate_micro_version always 1.
    * Fix meson version.
* Tue Aug 10 2021 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.26.0
    * Translations update
    * Replace the obsolete API in mate-colorsel.c file
    * Fix compilation warning
    * update copyright to 2021
    * travis-ci: use ubuntu focal as host system
    * MATE About: Fix off-by-one error, display yerba mate comment
    * travis: disable travis builds for ubuntu
    * Remove shadow warnings [-Wshadow]
    * mate-about: Use the macro _(String) instead of the macro gettext(Msgid)
    * Drop local macro mate_gettext(package, locale, codeset)
    * Remove warning -Wbad-function-cast
    * g_settings_get_string always returns a newly-allocated string
    * build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
    * tx: update resource
    * mate-color-select: Do not use deprecated gtk_button_new_from_stock
    * update issue template
    * Remove USE_MATE2_MACROS from autogen.sh (legacy)
    * travis CI: use rolling tag for ubuntu docker image
    * travis CI: fix build issue of gtk-doc module
* Sun Aug 16 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.24.1:
    * build: Silent build warnings for distcheck.
    * build: Use MATE_COMPILE_WARNINGS = yes as default.
    * mate-about.desktop: Do not collect the translation for Icon.
    * mate-about: Remove unused variable "window".
    * Remove GTimeVal deprecation warning for GLib 2.61.2+.
    * Make the build reproducible.
    * build: Add meson config files to EXTRA_DIST.
    * Update translations.
* 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.
* 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.
* 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.
* 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
* Wed Mar 05 2014 p.drouand@gmail.com
  - Update to version 1.8.0
    + no changes since version 1.7.90
* Thu Feb 20 2014 p.drouand@gmail.com
  - Split out gsettings schemas as these are shared between other
    application; get them usable without installing mate-desktop
    package
  - Add Requires: mate-desktop-gsettings-schemas now schemas are
    splitted out of main package
* Sat Feb 15 2014 p.drouand@gmail.com
  - Update to version 1.7.90 (unstable)
    + Added helpers for dconf and GSettings
    + Fix build with GTK3
    + Added MATE user guide
    + Added MATE_DESKTOP_CHECK_VERSION function
    + Added mpaste tool
    + Added replacement for gdk_spawn_command_line_on_screen in GTK3
  - Replace mate-doc-utils with yelp tools requirement; upstream use
    it now to build documentation
  - Add dconf build require; new dependency
* Wed Jan 01 2014 p.drouand@gmail.com
  - Update to version 1.6.2
    + mate-about: Update contributors
    + mate-about: Add headers between MATE and GNOME devs
    + Always include mate-conf-import script in dist
    + Update POTFILES for new tools folder
    + Remove tools/mate-gsettings-toggle from EXTRA_DIST
    + Add mate-gsettings-toggle.sh
    + Move mate-conf-import to tools dir
    + fix summary in disable-theme-settings key
* Wed Oct 02 2013 cfarrell@suse.com
  - license update: GPL-2.0+ and LGPL-2.1+ and MIT
* Thu Sep 19 2013 p.drouand@gmail.com
  - Change group of lib package for System/Libraries
  - Don't use %exclude macro; remove unwanted file instead
* Wed Sep 11 2013 p.drouand@gmail.com
  - Drop old "Obsoletes" entries due to packages dropping; Factory is
    a new start and there are not needed
* Mon May 13 2013 p.drouand@gmail.com
  - Update to version 1.6.1
    + fix g_type_init deprecation in glib 2.36 in mate-about
    + fix email address in mate-about
    + disable mate-conf-import by default
    + some improvements for mate-conf-import
    * add makefile and desktop file
    * add support for mate-terminal default profile
    * add support for more applets
    * add support for more applets and different default panel layouts
    * check if mateconf files exists and are valid before use them
    * check if an applet/object file exists
    * add support for matecomponent-applet
    * fix empty string values
    * add support for action applets
    + fixes to use make dist
    + fix makefile for automake 1.13
    + remove gnucat
  - Remove conditionnal macro to enable gnucat; it has been deleted in upstream
  - No version for Recommends: %{name}-lang
* Wed Apr 03 2013 johann.luce@wanadoo.fr
  - Update to version 1.6.0
    + Add Recommends:     %{name}-lang = %{version}-%{release}
    + change backgrounds installation path in gsettings file
    + update translations
* Sun Mar 24 2013 p.drouand@gmail.com
  - Add a Obsoltes for libmatenotify1/libmatenotify-devel, dropped by
    upstream
  - Build with libnotify instead of libmatenotify
* Sat Mar 23 2013 p.drouand@gmail.com
  - Update to version 1.5.8
    + use Menta as default theme
    + add some MATE contributors in about window
* Thu Mar 07 2013 p.drouand@gmail.com
  - Reverse previous changes, must be called by a branding package
  - Remove gsettings.override file, it must be move in a branding
    package
* Thu Mar 07 2013 hillwood@linuxfans.org
  - fix default background.
  - fix default theme for gtk3
* Sun Feb 24 2013 hillwood@linuxfans.org
  - Set sonar as default theme.
* Thu Feb 21 2013 p.drouand@gmail.com
  - Update to version 1.5.7:
    * Add check if default MATE background exists before to use it
      Closes https://github.com/mate-desktop/mate-settings-daemon/issues/39
    * Don't thumbnail thumbnails in .cache/thumbnails
  - Remove Default-mate-background-exists.patch; merged on upstream release
* Thu Feb 21 2013 p.drouand@gmail.com
  - Testing remove default fonts config
* Thu Feb 21 2013 p.drouand@gmail.com
  - Add Default-mate-background-exists.patch
  - Remove --with-mate-distributor=%{distribution} on configure options
* Fri Feb 08 2013 p.drouand@gmail.com
  - Update to version 1.5.6:
    + Changes in mate-bg;
      + Cleanup, refactor, plug possible X client leak(s)
      + Change cache dir from "wallpaper" to "mate/background"
      + Small cleanup
      + Do not add timeout for one-slide slideshows
      + Cache resized wallpaper to help CPU at startup
* Sun Dec 09 2012 nmo.marques@gmail.com
  - Add Obsoletes for python-caja/python-caja-devel, dropped by
    upstream
* Fri Dec 07 2012 nmo.marques@gmail.com
  - Split gsettings overrides to %{name}-default-settings
* Tue Dec 04 2012 nmo.marques@gmail.com
  - Add 'mate-mime-data' and 'python-mate-desktop' sub-packages to
    Obsoletes, dropped by upstream
* Mon Dec 03 2012 nmo.marques@gmail.com
  - Update to version 1.5.5
    + bump GIO to version 2.26.0
    + add 2 new gsettings functions
    + add background fase setting and define key
    + many fixes
  - Disable branding dependencies breaking in 12.1
* Thu Nov 29 2012 nmo.marques@gmail.com
  - Fix typo in libmate Obsoletes
* Sun Nov 25 2012 nmo.marques@gmail.com
  - Update to version 1.5.4
    + fix FSF addresses
    + honor workarea so labels don't over/under panels
    + Properly support GTK3, simplify GTK2 compat, and some fixes
    + use the new GTK3 draw event instead of expose-event
    + make error traps use the new GTK APIs
    + bump GTK version to 2.24.0
    + fix desktop schemas paths
* Sun Nov 25 2012 nmo.marques@gmail.com
  - Obsolete all packages from MATE 1.4.0 that are dropped by
    upstream in 1.5.0. Doing this in a central package to keep
    track due to the elevated number of sub-packages involved. The
    repository shouldn't have much consumers, so we should be OK.
    This will involve a temporary loss of features while other
    packages are being ported to MATE 1.5.
* Tue Nov 20 2012 nmo.marques@gmail.com
  - Add themes/engine packages used in branding override to Requires
  - Conditionalize gtk2-*-clearlooks for >= 1220 and add old package
    names to Requires for 12.1.
* Tue Nov 20 2012 nmo.marques@gmail.com
  - Revert Obsoletes
* Sat Nov 17 2012 nmo.marques@gmail.com
  - For MATE 1.6 a set of packages were dropped; this should be
    minimum impact for users with X11:MATE repository installed. We
    add this packages to Obsoletes just on this package and hope
    that zypper does his magic.
* Mon Nov 12 2012 nmo.marques@gmail.com
  - Update overrides file and dependencies
* Wed Nov 07 2012 nmo.marques@gmail.com
  - Add xdg-user-dirs-gtk to Requires, user-dirs-update-mate.desktop
    to sources. We want users common folders to be update on locale
    changes. XDG doesn't support mate.
  - Add mate-desktop-openSUSE.gschema.override - override some
    defaults - enable in the future through branding
  - Move gnucat stuff to bcond and leave it enabled by default
* Sun Nov 04 2012 nmo.marques@gmail.com
  - Enable gnucat :)
* Sat Nov 03 2012 nmo.marques@gmail.com
  - Update to version 1.5.3
    + add function to load system settings instead of the user
      settings
* Sat Oct 27 2012 nmo.marques@gmail.com
  - Update to version 1.5.2
    + remove MATE from Categories in .desktop files
    + add missing key in gsettings schema
* Wed Oct 17 2012 nmo.marques@gmail.com
  - Update to version 1.5.1
    + update authors list
    + fix several compiler errors and warnings
  - Remove mate-desktop-1.5.0-fix_glib230_compat.patch: upstreamed
  - Remove mate-desktop-1.5.0-fix_g_free_call.patch: upstreamed
* Tue Oct 16 2012 nmo.marques@gmail.com
  - Add mate-desktop-1.5.0-fix_g_free_call.patch: fixes g_free call,
    taken from upstream
* Mon Oct 15 2012 nmo.marques@gmail.com
  - Add mate-desktop-1.5.0-fix_glib230_compat.patch: fixes glib 2.30
    compatibiltiy, taken from upstream (required for 12.1 builds)
* Mon Oct 08 2012 nmo.marques@gmail.com
  - Update to version 1.5.0
    + port to new thumbnail spec (code from gnome-desktop 3.x)
    + added gsettings schemas from now deprecated libmate
  - Remove mateconf dependecies (deprecated)
* Sat Sep 08 2012 nmo.marques@gmail.com
  - update to version 1.4.1
  - copypac to X11:MATE
    + minor cosmetic fixes
* Sat Jun 16 2012 nmo.marques@gmail.com
  - update to version 1.2.0
* Sat Dec 31 2011 nmarques@opensuse.org
  - initial package from version 1.1.0

Files

/usr/lib64/girepository-1.0/MateDesktop-2.0.typelib


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Jan 12 00:19:47 2025