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

glade-catalog-gtksourceview4-4.8.4-150600.1.2 RPM for x86_64

From OpenSuSE Leap 15.6 for x86_64

Name: glade-catalog-gtksourceview4 Distribution: SUSE Linux Enterprise 15
Version: 4.8.4 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150600.1.2 Build date: Sat Mar 9 01:13:17 2024
Group: Development/Tools/GUI Builders Build host: h03-ch2c
Size: 2277 Source RPM: gtksourceview4-4.8.4-150600.1.2.src.rpm
Packager: https://www.suse.com/
Url: https://wiki.gnome.org/Projects/GtkSourceView
Summary: GTK+ Source Editing Widget -- Catalog for Glade
GtkSourceView is a text widget that extends GtkTextView, the standard
GTK+ text widget.

It improves GtkTextView by implementing syntax highlighting and other
features typical of a source editor.

This package provides a catalog for Glade, to allow the use the
GtkSourceView widget in Glade.

Provides

Requires

License

LGPL-2.1-or-later

Changelog

* Fri Nov 04 2022 bjorn.lie@gmail.com
  - Update to version 4.8.4:
    + Style updates to kate, classic, tango.
    + Language updates to vala, python3, c, cuda, latex.
    + Add unit tests for language specs.
    + Updated translations.
* Sun Mar 20 2022 bjorn.lie@gmail.com
  - Update to version 4.8.3:
    + Adds support for more Pango font-variants.
    + Style updates to solarized-dark, solarized-light.
    + Language updates to lean, rst, c, gtk-doc, javascript, and
      json.
    + Updated translations.
* Fri Nov 05 2021 bjorn.lie@gmail.com
  - Require libgtksourceview-4-0 instead of gtksourceview4 in the
    devel package: defacto the same package, as the library provides
    the base name, but more explicit and clearer.
  - Add libgtksourceview4 Provides to libgtksourceview-4-0 and add a
    explicit Requires in devel subpackage, silence rpmlint.
  - Use ldconfig_scriptlets for post(un) handling.
  - Update Supplements to current standard.
* Fri Sep 03 2021 bjorn.lie@gmail.com
  - Update to version 4.8.2:
    + New syntax highlighting definition file for: STAR
    + Improved syntax highlighting definition file for: YARA, LLVM
    + GtkSourceMap now avoids animation while scrolling in response
      to clicks. This should help prevent some hysteresis.
    + GObject Introspection fixes
    + Fixed decrement of negative numbers in GtkSourceView
    + Improvements to style schemes: kate
    + Fixed build-time macros for version checking in some scenarios
    + Updated translations.
  - Drop d1ed58b2ab82bd5be55881088fc17ff1527511db.patch: fixed
    upstream.
* Thu Apr 22 2021 dimstar@opensuse.org
  - Add d1ed58b2ab82bd5be55881088fc17ff1527511db.patch: build:
    disable -Werror for incompatible-pointer-types. Works around
    build failure with GCC 11.
* Thu Mar 18 2021 dimstar@opensuse.org
  - Update to version 4.8.1:
    + Fix highlighting in presence of byte-order-marks (BOM).
    + meson.lang: Update keywords to 0.55.3 syntax.
    + cmake.lang: Update keywords to 3.18.2 syntax.
    + go.lang: make "0i" syntax highlight as integer.
    + Updated translations.
* Sat Sep 19 2020 mgorse@suse.com
  - Update to version 4.8.0:
    + Bump GTK requirement to 3.24 for gdk_window_move_to_rect().
    + Use gdk_window_move_to_rect() to more reliably position
      completion windows.
    + erb.lang: initial support for ERB.
    + javascript.lang, typescript.lang: various correctness and
      performance improvements.
    + Updated translations.
  - Up gtk3 dependency.
* Sat Jun 27 2020 bjorn.lie@gmail.com
  - Update to version 4.6.1:
    + Fix various G-I annotations
    + Improve draw-spaces coloring in solarized-light
    + javascript.lang: Performance improvements
    + c.lang: Fixes for #include preprocessor
    + sql.lang: Language completeness improvements
    + latex.lang: additional keywords
    + sh.lang: improved parameter expansion
    + yara.lang: initial support for YARA
    + Updated translations.
* Sun Mar 08 2020 bjorn.lie@gmail.com
  - Update to version 4.6.0:
    + cpp.lang: add C++20 keywords.
    + commonlisp.lang: add format directives.
    + Updated translations.
* Sat Jan 25 2020 dimstar@opensuse.org
  - No longer recommend -lang: supplements are in use
* Tue Nov 26 2019 bjorn.lie@gmail.com
  - Add pkgconfig(fribidi) BuildRequires: meson checks for it.
* Wed Sep 11 2019 bjorn.lie@gmail.com
  - Update to version 4.4.0:
    + Set NO_AT_BRIDGE=1 when running automated tests.
    + Speed up GtkSourceView rendering when space drawer is unused.
* Thu Sep 05 2019 luke@ljones.dev
  - Update to version 4.3.92:
    + New syntax highlighting definition file for: ASCII Doc,
      Dockerfile.
    + Improvements to the syntax highlighting of: CSS, Gradle, HTML,
      C, PHP, YAML, and Grovvy.
    + Performance improvements in line number drawing.
    + GtkSourceView now requires GTK 3.22 or newer.
    + GtkSourceView no longer uses many deprecated APIs from GTK.
    + GtkSourceView now uses fribidi directly to determine
      bidriectional direction for cursors.
    + GtkSourceView now relies on GObject for correct marsharllers as
      well as va_marshallers or provides its own. This improves
      profiling with kernel stack unwinders such as Linux's perf.
    + Visual column detection is improved to use the tab-width
      instead of the indent-width.
    + Support for DnD from GIMPs color palette has been improved.
    + A performance optimization has been added to avoid painting
      mark backgrounds if no GtkSourceMarks have been registered.
    + Updated translations.
* Wed May 29 2019 dimstar@opensuse.org
  - Rename glade-catalog-gtksourceview to
    glade-catalog-gtksourceview4: do not use the same name as
    gtksourceview (3.x) is using. The new package is obsoleting the
    old one (including the one from 3.x).
* Sat Mar 16 2019 bjorn.lie@gmail.com
  - Update to version 4.2.0:
    + New syntax highlighting definition file for: Fish, GDScript,
      Solidity, Dart, and Powershell.
    + Improvements to the syntax highlighting of: reStructuredText,
      C++, GAP, CSS, HTML, JavaScript, Groovy, Meson, Python3, and
      Logtalk.
    + Fix testsuite for changes in GLib hashtable ordering.
    + Avoid double entry of languages based on globs.
    + MSVC build improvements.
    + Fix usage of GRegex for offset in text, which fixes a Valgrind
      warning.
    + Ensure CSS is inherted from parent style schemes.
    + Avoid storing GtkTextIter across main-loop boundaries.
    + Fix incorrect transfer annoation for
      gtk_source_buffer_create_source_mark().
    + Various memory leak fixes.
    + Updated translations.
* Thu Sep 06 2018 bjorn.lie@gmail.com
  - Update to version 4.0.3:
    + New syntax highlighting definition file for: Gradle and
      Logtalk.
    + Improvements to the syntax highlighting of: JavaScript, LaTeX,
      Haskell, C++, GLSL, and Markdown.
    + Performance improvements to space drawing.
    + Various memory leak fixes.
    + Updated translations.
* Thu Aug 16 2018 luc14n0@linuxmail.org
  - Add changes.lang language definition for changes file syntax
    highlighting capabilities.
* Sun Jun 17 2018 bjorn.lie@gmail.com
  - Update to version 4.0.2:
    + Fix new compilation warnings (-Wcast-function-type).
    + New syntax highlighting definition file for: SCSS and Less.
    + Improvements to the syntax highlighting of: CSS and Rust.
* Sat May 05 2018 bjorn.lie@gmail.com
  - Update to version 4.0.1:
    + New syntax highlighting definition file for: TOML.
    + Improvements to the syntax highlighting of: CSS and XML.
    + Updated translations.
* Sat Mar 10 2018 bjorn.lie@gmail.com
  - Update to version 4.0.0:
    + GtkSourceView class: respect the GtkTextView:accepts-tab
      property.
    + New syntax highlighting definition file for: Groovy and Tera
      templates.
    + Improvements to the syntax highlighting of: Erlang and Fortran.
    + Provide an Uncrustify configuration file for the GtkSourceView
      C coding style.
    + Various other improvements and small fixes.
    + Updated translations.
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Sat Dec 09 2017 zaitor@opensuse.org
  - Update to version 3.99.7:
    + Rename gtk_source_completion_show() to
      gtk_source_completion_start().
    + Drop gconstructor.h, add gtk_source_init() and
      gtk_source_finalize().
    + Improve documentation.
    + New syntax highlighting definition file for: logcat.
    + Improvements to the syntax highlighting of: Python,
      reStructuredText and CMake.
    + Improvements to the Visual Studio builds.
    + Updated translations.
* Wed Oct 18 2017 badshah400@gmail.com
  - Update to version 3.99.6:
    + Reduce a lot the number of translatable strings (especially in
    * .lang files), to translate only what makes sense. 630 -> 93
      translatable strings!
    + Build: remove ENABLE_NLS option, always support gettext
      translation, to simplify the code.
    + Fix bug in gtk_source_view_indent_lines().
    + Fix bug to read GtkSourceView 4 *.lang and style scheme files,
      not those from GtkSourceView 3.
    + Code refactorings to prepare for the namespace change.
    + Improvements to the syntax highlighting of: Vala.
    + Improvements to the Visual Studio builds.
    + Various other small improvements.
    + Updated translations.
* Wed Sep 06 2017 luc14n0@linuxmail.org
  - Update to version 3.99.5:
    + Avoid type redefinitions.
    + Fix bug when GtkSourceView:indent-width and :tab-width are
      equal.
    + New syntax highlighting definition file for: Swift, Maxima and
      Kotlin.
    + Improvements to the syntax highlighting of: sparql, CSS, bibtex
      and LaTeX.
    + jade.lang: add *.pug to globs.
    + Various other small improvements.
    + Updated translations.
* Sat May 20 2017 zaitor@opensuse.org
  - Update to version 3.99.4:
    + The API of the GtkSourceView::move-lines keybinding signal has
      been simplified: the copy parameter has been removed; and the
      count parameter has been replaced by the down boolean.
    + Force visual word movements for RTL text with Ctrl+left/right.
    + Improvements to the Visual Studio builds and add support for
      Visual Studio 2017.
    + Improvements to the syntax highlighting of: Rust and LaTeX.
    + Add mimetype to python3.lang.
    + Misc bug fixes.
    + Various other small improvements.
    + Updated translations.
* Sun Feb 26 2017 dimstar@opensuse.org
  - Update to version 3.99.3:
    + Bug fix in GtkSourceGutterRendererPixbuf.
    + Fixes for bugs found by Coverity.
    + Build fixes on MS Windows.
    + New syntax highlighting definition files for: ABNF, HAXE and
      Django template.
    + Improvements to the syntax highlighting of: Meson, CSS, ini,
      Rust and JavaScript.
    + Improvements to the build system.
    + Updated translations.
* Wed Feb 08 2017 jengelh@inai.de
  - Drop useless --with-pic (it's for static libs),
    drop useless %clean.
* Tue Nov 22 2016 dimstar@opensuse.org
  - Initial packaging, version 3.99.2. Based on the .spec of
    gtksourceview 3.22.

Files

/usr/share/glade/catalogs/gtksourceview.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:37:53 2024