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

mate-notification-daemon-lang-1.28.0-lp160.1.1 RPM for noarch

From OpenSuSE Leap 16.0 for noarch

Name: mate-notification-daemon-lang Distribution: openSUSE Leap 16.0
Version: 1.28.0 Vendor: openSUSE
Release: lp160.1.1 Build date: Tue Mar 26 13:08:49 2024
Group: System/Localization Build host: reproducible
Size: 275438 Source RPM: mate-notification-daemon-1.28.0-lp160.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://mate-desktop.org/
Summary: Translations for package mate-notification-daemon
Provides translations for the "mate-notification-daemon" package.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Tue Mar 26 2024 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.28.0
    * Translations update
    * Fix positioning on Wayland when output is not at position 0, 0
    * fix building with libxml 2.12.0
    * applet: Do not override the process' text domain
    * applet: Actually use translations
* Mon May 15 2023 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.26.1:
    * mnd-daemon: Fix memory leak.
    * daemon: Fix memory leak.
    * Add AssumedAppArmorLabel to dbus service file.
    * Update translations.
* Fri Aug 13 2021 Hillwood Yang <hillwood@opensuse.org>
  - Update version to 1.26.0
    * Update translations
    * Update copyright to 2021
    * New panel applets
* Mon Apr 26 2021 Ferdinand Thiessen <rpm@fthiessen.de>
  - Update to version 1.24.2:
    * Translations update
    * Use notify_stack_destroy() instead of g_clear_object()
* Sun Aug 16 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.24.1:
    * build: Silent build warnings for distcheck.
    * Filter-out img elements from notification body.
    * The body of a notification may also contain hyperlinks.
    * build: Remove generated files.
    * Update translations.
* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 1.24.0 (changes since 1.23.0):
    * Migrate from intltool to gettext.
    * Use gresource for mate-notification-properties.ui.
    * Use WARN_CFLAGS which are only set with
    - -enable-compiler-warnings.
    * Fix decoding the hints dictionary.
    * mate-notification-properties: Initialise do-not-disturb checkbox.
    * mate-notification-properties: Add do-not-disturb checkbox.
    * daemon.c: Check for do-not-disturb and skip notification.
    * Add do-not-disturb setting.
    * Update translations.
  - Drop support for old openSUSE versions.
* Wed Jul 17 2019 Jonathan Brielmaier <jbrielmaier@suse.de>
  - Update to version 1.23.0:
    * Translations update
    * Remove trailing whitespaces
    * Change url project's website
  - remove patch:
    * mate-notification-daemon-gtk-3.20.patch: we don't support
      gtk3.20 anymore
  - build require gtk >= 3.22
* Tue Mar 05 2019 sor.alexei@meowr.ru
  - Update to version 1.22.0:
    * Migrate from dbus-glib to GDBus.
    * Use GVariant.
    * Add signals, remove annotation from xml file.
    * Fix some gdk deprecations.
    * src/daemon/daemon.c: Replace deprecated gvfs-open call by
      "gio open" from libglib2.0-bin.
    * Disable deprecation warnings for distcheck.
    * Avoid compile warning for g_type_class_add_private.
  - Rebase mate-notification-daemon-gtk-3.20.patch.
* Sat Jun 16 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.
    * Avoid deprecated gdk_screen_get_monitor_,
      gdk_screen_get_width/height(), gdk_screen_get_n_monitors()
      functions.
    * An implementation of WidthOfScreen and HeightOfScreen.
    * Update translations.
  - Add mate-notification-daemon-gtk-3.20.patch: Restore GLib 2.48
    and GTK+ 3.20 support.
* Wed Oct 25 2017 sor.alexei@meowr.ru
  - Update to version 1.18.1:
    * Fix high CPU usage with large timeouts.
    * Unescape URI-encoded paths for icon files.
    * Update translations.
* 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.
    * Implement action icons support (e.g. playback control icons
      used by media players).
    * Themes: Fix some pie countdown issues.
    * Update translations.
* Tue Feb 28 2017 sor.alexei@meowr.ru
  - Provide dbus(org.freedesktop.Notifications) instead of
    notificationdaemon.
* Fri Dec 30 2016 sor.alexei@meowr.ru
  - Provide notificationdaemon, a virtual package by analogy with
    windowmanager.
* Fri Dec 16 2016 sor.alexei@meowr.ru
  - Update to version 1.16.1:
    * Fix markup parsing.
    * Update translations.
* Tue Sep 20 2016 sor.alexei@meowr.ru
  - Update to version 1.16.0:
    * Build: Use 'm4' dir instead of 'macros' for m4 macros, like
      in other projects.
    * Move to GTK+3 (require GTK+ >= 3.14), drop GTK+2 code and
    - -with-gtk build option.
    * Add support for GNotification.
    * Fix escaping of special characters.
    * Fix various GTK+ deprecations.
    * Update translations.
* Sat Jul 02 2016 sor.alexei@meowr.ru
  - Update to version 1.14.1:
    * themes: Make text translatable.
    * Save some RAM in NotifyTimeout.
    * Coco, Nodoka: Set notification window type.
    * Update translations.
* Sat Apr 09 2016 sor.alexei@meowr.ru
  - Update to version 1.14.0:
    * Drop MateConf migration script.
    * GTK+3: Stop reversing fg/bg colours in slider theme (use
      colours from the current GTK+ theme as is).
    * Update translations.
    * Add Changelog generation.
* Mon Jan 25 2016 sor.alexei@meowr.ru
  - Update to version 1.13.0:
    * GTK+3: Explicitly wrap notification text at 50 characters.
    * GTK+3: Some deprecation fixes.
    * Drop MateConf migration script.
    * GTK+3: Some more fixes for the slider theme.
* Sun Jan 03 2016 sor.alexei@meowr.ru
  - Switch to Gtk3.
* Mon Nov 30 2015 sor.alexei@meowr.ru
  - Update to 1.12.1:
    * Fix crash due to regression.
    * Gtk3 fixes.
    * Update translations.
* Thu Nov 05 2015 sor.alexei@meowr.ru
  - Update to 1.12.0:
    * Retrieve strings directly from gschema (requires intltool
      0.50.1).
    * Multiple theme fixes.
* Fri Oct 09 2015 sor.alexei@meowr.ru
  - Update to 1.11:
    * Fixes for Gtk3 themes.
    * Some general improvements.
* Mon Oct 05 2015 sor.alexei@meowr.ru
  - Update to 1.10.2:
    * Standard theme: fix crash when clicking on close button.
    * Properties: remove useless help button.
    * Fix build with GLib 2.36.
    * Some more bugfixes.
* Thu Jul 23 2015 sor.alexei@meowr.ru
  - Update to 1.10.1:
    * Do not crash on notifications from Rhythmbox.
    * Bugfixes.
    * Update translations.
* Mon May 04 2015 p.drouand@gmail.com
  - Update to version 1.10.0
    * Bugfixes
* Mon Mar 23 2015 p.drouand@gmail.com
  - Update to version 1.9.90 (unstable)
    * Bugfixes
* Tue Nov 11 2014 p.drouand@gmail.com
  - Update to version 1.9.1 (unstable)
    + No changelog available
* Sun Oct 26 2014 p.drouand@gmail.com
  - Update to version 1.9.0 (unstable)
    + No changelog available
  - Fix version requirements
* Thu Oct 23 2014 p.drouand@gmail.com
  - Update to version 1.8.1
    + Bugfixes
    + Fix crash when active workspace us NULL
* Wed Mar 05 2014 p.drouand@gmail.com
  - Update to version 1.8.0
    + no changes since version 1.7.90
* Wed Feb 19 2014 p.drouand@gmail.com
  - Update to version 1.7.90
    + switch to libwnck
* Sun Jan 19 2014 p.drouand@gmail.com
  - Update to version 1.7.1
    + standard: Add GTK3 support
    + slider: Add GTK3 support
    + coco: Add GTK3 support
    + nodoka: Add GTK3 support
    + update translations
* Fri Jan 17 2014 p.drouand@gmail.com
  - Update to version 1.7.0
    + capplet: Add keywords in desktop file
      Closes #27 (https://github.com/mate-desktop/mate-notification-daemon/issues/27)
    + capplet: Fix typos in manpage
    +  Check value type of notification hint 'urgency' before
      dereferencing in nodoka and coco theme
    + add GTK3 support
    + configure: Support multiple wnck versions
    + let 'make dist' create tar.xz tarballs
    + update translations
    + update for automake-1.13
* Fri Oct 25 2013 p.drouand@gmail.com
  - Update to version 1.6.1
    + add manpage for mate-notification-properties
    + back to libwnck
    + make automake happy: INCLUDES->AM_CPPFLAGS
    + add update-icon-cache config option for makedistcheck
    + update translations
    + fix EXTRA_DIST gsettings variable
* Sat Oct 05 2013 p.drouand@gmail.com
  - Call update-desktop-database for mate-notification-properties.desktop
* Wed Apr 03 2013 p.drouand@gmail.com
  - Update to version 1.6.0
    + remove category MATE in mate-notification-properties.desktop
* Sun Mar 10 2013 nmo.marques@gmail.com
  - Update to version 1.5.2
    + always show notification if 'expires never' is defined
    + use libnotify instead of libmatenotify
    + updated translations
    + minor fixes
* Thu Jan 24 2013 nmo.marques@gmail.com
  - Update to version 1.5.1
    + remove unused code
    + backend now supports selecting which monitor to display
    + added 'use-active-monitor' and 'monitor-number' to schema to
      select which monitor displays notifications
    + fix engine loading portability
    + remove gettext and libtool files
    + other minor fixes
* Sun Oct 21 2012 nmo.marques@gmail.com
  - Update to version 1.5.0
    + migration to gsettings and DBus
    + fix type in configure.ac and change default settings
    + fix FSF address in several files
  - Add macros for glib2/gsettings and hicolor icon cache rebuild
* Sat Sep 08 2012 nmo.marques@gmail.com
  - update to version 1.4.0
  - copypac to X11:MATE
    + minor cosmetic fixes
* Sat Jun 16 2012 nmo.marques@gmail.com
  - update to 1.3.1
    + move spec to mateconf macros and minor cleanups
  - removed mate-notification-daemon-1.1.0-fix-typo-daemon.c.pach: no
    longer required
* Sun Jan 01 2012 fisiu@opensuse.org
  - add mate-notification-daemon-1.1.0-fix-typo-daemon.c.pach
* Sun Jan 01 2012 fisiu@opensuse.org
  - initial package from version 1.2.0

Files

/usr/share/locale/af/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ar/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/as/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ast/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/az/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/be/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/bg/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/bn/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/bn_IN/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/br/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/bs/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ca/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ca@valencia/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/cs/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/cy/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/da/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/de/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/dz/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/el/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/en_AU/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/en_CA/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/en_GB/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/eo/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/es/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/es_AR/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/es_CL/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/es_CO/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/es_MX/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/et/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/eu/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/fa/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/fi/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/fr/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/fr_CA/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ga/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/gl/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/gu/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/he/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/hi/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/hr/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/hu/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/id/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/is/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/it/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ja/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ka/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/kk/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/kn/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ko/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/lt/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/lv/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/mai/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/mk/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ml/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/mr/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ms/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/nb/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/nds/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ne/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/nl/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/nn/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/oc/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/or/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/pa/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/pl/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/pt/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/pt_BR/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ro/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ru/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/si/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/sk/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/sl/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/sq/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/sr/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/sr@latin/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/sv/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ta/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/te/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/th/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/tr/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/ug/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/uk/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/vi/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/wa/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/zh_CN/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/zh_HK/LC_MESSAGES/mate-notification-daemon.mo
/usr/share/locale/zh_TW/LC_MESSAGES/mate-notification-daemon.mo


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jan 23 23:30:56 2025