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

libgarcon-1-0-4.18.2-slfo.1.1.1 RPM for s390x

From OpenSuSE Leap 16.0 for s390x

Name: libgarcon-1-0 Distribution: openSUSE Tumbleweed
Version: 4.18.2 Vendor: openSUSE
Release: slfo.1.1.1 Build date: Wed Jul 10 12:46:49 2024
Group: System/Libraries Build host: s390zl2a
Size: 284277 Source RPM: libgarcon-4.18.2-slfo.1.1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://wiki.xfce.org/dev/garcon
Summary: Library Implementing the freedesktop.org Desktop Menu Specification
Garcon is a library based on GLib and GIO which implements the freedesktop.org
Desktop Menu Specification. It is the sucessor to libxfce4menu and covers
almost every part of the menu specification except for legacy menus and a few
XML attributes. It is capable of loading menus modified with menu editors such
as Alacarte and also supports merging.

Provides

Requires

License

GFDL-1.1-only AND LGPL-2.0-only

Changelog

* Mon Feb 05 2024 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.18.2
    * Update copyright year
    * garcon-gtk: Remove weak ref on GarconMenu on finalize()
    * Use target desktop files instead of symlinks (Fixes #1)
    * garcon-gtk: Avoid populating a wrong menu
    * garcon-gtk: Prevent use-after-free when loading garcon menu
    * Add icon at 64px, clean up SVG metadata
    * Translation Updates
* Thu Apr 20 2023 Lubos Kocman <lubos.kocman@suse.com>
  - Correction of license should be LGPL-2.0-only and GFDL-1.1-only
    * confirmed with suse legal
* Tue Mar 28 2023 Manfred Hollstein <manfred.h@gmx.net>
  - Update to version 4.18.1
    * garcon-gtk: Add missing lock when filling the GtkMenu
    * Wait for any async operation to finish before releasing locks
    * Use GIcons for menu icons instead of loading surfaces
    * Revert "garcon-gtk: Fix menu icon blurriness when UI scale
      factor != 1"
    * Revert "Load icons using icon theme scaling functions correctly"
    * garcon-gtk: Properly update GtkMenu is_populated state
    * Load icons using icon theme scaling functions correctly
    * Translation Updates
* Sat Dec 17 2022 Maurizio Galli <maurizio.galli@suse.com>
  - Update to version 4.18.0
    * Bump requirements for Xfce 4.18
    * Translation Updates:
* Sun Jan 17 2021 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 4.16.1
    * Launch applications as children again (gxo#xfce/garcon#18)
    * Translation Updates
* Thu Jan 07 2021 Maurizio Galli <maurizio.galli@gmail.com>
  - Fixed wrong source URL
* Wed Dec 23 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - Update to version 0.8.0
    * fix GarconMenuItem file documentation
    * Remove GSourceFunc casts
    * Remove GLIB_CHECK_VERSION IFDEFs which are obsolete after glib bump
* Mon Dec 14 2020 Maurizio Galli <maurizio.galli@gmail.com>
  - Data files should always be installed along with the libraries
* Mon Dec 14 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 0.7.3
    * garcon now needs libxfce4ui/4util 4.15.6+
    * Use the symbolic close icon in the error dialog
    * Don't launch apps as children
    * bump glib (and gio, gthread, etc) minimum to 2.50.0
    * relax automake requirement to 1.15
    * Add new icon needed for xfce4-about-dialog.
    * Translation Updates
  - Fix executable in /etc warning
* Mon Nov 09 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 0.7.2
    * Update README.md
    * Translation Updates
* Fri Aug 28 2020 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 0.7.1
    * Drop support for Gtk2
    * Drop Gtk3 ifdefs
    * Switch to xfce_gtk_image_menu_item
    * Add support for GObject Introspection (gxo#xfce/garcon#4)
    * Improve GObject introspection annotations (gxo#xfce/garcon#8)
    * Fix missing transfer annotation
    * Field codes expansion API update
    * Transfer some code to libxfce4util
    * Fix default merge rules in xfce-applications.menu (bxo#15504)
    * Rename exo-helpers to the new xfce4-xx ones
    * Do not add INSTALL in dist tarball
    * Fix a memory leak
    * Switch to README.md and foreign automake mode
    * README: Use table for debug arguments
    * Add garcon_menu_item_[g|s]et_keywords to docs
    * Add garcon_gtk_menu_get_desktop_actions_menu
    * Improve docstrings
    * Translation Updates
* Sat Jul 27 2019 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 0.6.4
    * Update gitignore
    * Fix use after free crash (bxo#15679)
    * Translation updates
  - Removed %defattr macros
  - Use %make_build
* Sun Jun 30 2019 Marcel Kuehlhorn <tux93@opensuse.org>
  - Update to version 0.6.3
    * Fix g_type_class_add_private deprecation in recent GLib
    * Translation Updates
* Sat Mar 16 2019 Maurizio Galli <maurizio.galli@gmail.com>
  - Switched URL and Source to https:// in the spec file.`
* Wed Jan 02 2019 Maurizio Galli <maurizio.galli@gmail.com>
  - update to version 0.6.2
    - Fix some menu icons are too big (bxo#13785)
    - Support composite XDG_CURRENT_DESKTOP (bxo#14137)
    - Decrement allocation counter on item unref (bxo#12700)
    - Replace hash table for application actions with a list
    - Support for freedesktop Keyword item (bxo#10683)
    - garcon-gtk2-1.pc should be optional.
    - Fix documentation generation
    - Fix make distcheck build
    - Fix some autogen warnings
    - Update dependencies and copyright
    - Translation Updates
* Wed Jul 19 2017 seife+obs@b1-systems.com
  - update to version 0.6.1
    - Remove extraneous libxfce4ui-1 check
    - Fix garcon-2 reference bxo#13543
    - Drop libgarcon-2
    - Make building garcon-gtk2 optional
    - Translation updates
* Wed Jul 19 2017 jengelh@inai.de
  - RPM group fix.
  - Run fdupes over all of /usr.
* Wed Apr 19 2017 seife+obs@b1-systems.com
  - update to version 0.6.0
    - Fix left-alignment of labels in menuitems
    - garcon-gtk: Add an option to edit launchers
    - Desktop actions custom icon support
    - Show desktop actions in a submenu
    - Added desktop actions support (bxo#11268)
    - Don't add a placeholder menu (bxo#11626)
    - Fix assertion 'GTK_IS_WIDGET (widget)' failed.
    - Fix missing menus when all items are in submenus (bxo#11801)
    - Translation updates
* Sun Dec 25 2016 seife+obs@b1-systems.com
  - update to version 0.5.0
    - port to GTK3
  - add libgarcon-2-0 subpackage with GTK3 version
* Sat Feb 28 2015 gber@opensuse.org
  - update to version 0.4.0
    - update intltool (bxo#8930)
    - fix menu icons for misconfigured desktop files (bxo#10709)
    - add case insensitive sorting to the menu (bxo#10594)
    - don't force URLs to be opened in a web browser (bxo#10212)
    - translation updates
* Wed Apr 30 2014 gber@opensuse.org
  - update to version 0.3.0
    - avoid direct include of garcon-menu.h
    - add garcon_set_environment_xdg() function
    - add a garcon-gtk library for common gtk functions
    - bail out of creating a directory menu if it doesn't have a name
    - translation updates
* Sun May 05 2013 gber@opensuse.org
  - update to version 0.2.1
    - g_thread_init is deprecated since glib 2.32
    - remove unmaintained translations
    - fix deprecating warnings in tests
    - use new mutex locking api if available
    - autotools updates
    - translation updates
* Sun Apr 29 2012 gber@opensuse.org
  - update to version 0.2.0
    - updates for xfce4-run.desktop
    - remove xfhelp4.desktop from the menu
    - add debugging for file monitoring and reloading
    - reduce signal emission on delete events
    - translation updates
  - make libgarcon-1-0 depend on exo-tools, it uses exo-open for
    Type=Link items
  - make libgarcon-branding-upstream depend on libxfce4ui-tools since
    the included menu references xfce4-about.desktop
* Fri Apr 27 2012 gber@opensuse.org
  - make the libgarcon-1-0 recommend -data which in turn requires
    - branding rather than recommending -branding
* Sat Apr 14 2012 gber@opensuse.org
  - make -branding packages depend on -data and not the other way
    around
  - make libgarcon-1-0 recommend -branding
* Sat Apr 14 2012 gber@opensuse.org
  - update to version 0.1.12
    - add missing or fix incorrect licenses
    - fix segfault if null is set
    - translation updates
* Sat Mar 31 2012 gber@opensuse.org
  - update to version 0.1.11
    - use applications-science icon for education directory
    - translation updates
* Mon Mar 26 2012 gber@opensuse.org
  - correct build dependencies
  - split off -lang and -data subpackages and move unversioned menu
    data to the latter
* Sun Feb 12 2012 gber@opensuse.org
  - update to version 0.1.10
    - add hardware and personal directories
    - support Link desktop types
    - translation updates
* Fri Oct 14 2011 gber@opensuse.org
  - recommend -doc subpackage
* Mon Sep 19 2011 gber@opensuse.org
  - update to version 0.1.9
    - rename Network category to Internet
    - queue multiple reload-required signals
    - speedup a number of critical code-paths
    - use GSList instead of GList where possible
    - Use XfceRc instead of GKeyFile, this makes garcon depend on
      libxfce4util, but is faster and more memory efficient.
    - return an error string instead of freeing it, causing a sefgault
      in xfce4-panel
    - do not decrement the internal refcount of items, this should
      fixed the usage of <OnlyUnallocated/>
    - translations updates
* Sun Jun 19 2011 gber@opensuse.org
  - update to version 0.1.8
    - removed the science toplevel category
    - handle local desktop file loading directly
    - bugfixes
    - translation updates
* Sat Apr 16 2011 gber@opensuse.org
  - update to version 0.1.7
    - respect XDG priorities when returning the menu file (bxo#7470)
    - translation updates
* Wed Apr 06 2011 gber@opensuse.org
  - update to version 0.1.6
    - add <DefaultMergeDirs/> to xfce-applications.menu
    - also try the garcon install sysconfigdir for config lookups
    - use Xdt macros for debugging and linker optimizations
    - default menu prefix to "xfce-"
    - bugfixes
    - translation updates
* Sun Jan 30 2011 gber@opensuse.org
  - supplement libgarcon-1-0 not libgarcon
* Mon Jan 17 2011 gber@opensuse.org
  - updated to version 0.1.5
    - bugfixes
* Wed Jan 05 2011 gber@opensuse.org
  - fixed typos
  - added -branding-upstream subpackage
* Fri Dec 24 2010 gber@opensuse.org
  - show compiler output
  - remove unsupported locales
* Fri Dec 24 2010 gber@opensuse.org
  - improved summries/descriptions
  - corrected categories
* Tue Dec 21 2010 gber@opensuse.org
  - add support for X-SuSE-Unimportant
* Sun Dec 05 2010 andrea@opensuse.org
  - update to 0.1.4
* Wed Dec 01 2010 prusnak@opensuse.org
  - use pkgconfig symbol in BuildRequires
* Tue Nov 30 2010 andrea@opensuse.org
  - used some macros
  - fixed rpm groups
* Mon Nov 08 2010 prusnak@opensuse.org
  - updated to 0.1.3
  - drop preamble.patch (included upstream)
* Mon Apr 26 2010 prusnak@suse.cz
  - fix license in preamble (preamble.patch)
* Fri Mar 12 2010 prusnak@suse.cz
  - updated to 0.1.1
* Fri Nov 13 2009 prusnak@suse.cz
  - created package (version 0.1.0)

Files

/usr/lib64/libgarcon-1.so.0
/usr/lib64/libgarcon-1.so.0.0.0
/usr/lib64/libgarcon-gtk3-1.so.0
/usr/lib64/libgarcon-gtk3-1.so.0.0.0
/usr/share/licenses/libgarcon-1-0
/usr/share/licenses/libgarcon-1-0/COPYING


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Jul 18 00:41:20 2024