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

tepl-devel-6.00.0-150400.1.12 RPM for aarch64

From OpenSuSE Leap 15.4 for aarch64

Name: tepl-devel Distribution: SUSE Linux Enterprise 15
Version: 6.00.0 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150400.1.12 Build date: Sun May 8 09:04:50 2022
Group: Development/Libraries/GNOME Build host: ibs-arm-4
Size: 1364242 Source RPM: tepl-6.00.0-150400.1.12.src.rpm
Packager: https://www.suse.com/
Url: https://wiki.gnome.org/Projects/Tepl
Summary: Development files for Tepl, a text editor framework
Tepl is a library that eases the development of GtkSourceView-based text
editors and IDEs. It is a continuation/rename of Gtef.

This subpackage contains the header files for developing
applications that want to make use of tepl.

Provides

Requires

License

LGPL-3.0-or-later

Changelog

* Wed Mar 24 2021 dimstar@opensuse.org
  - Update to version 6.00.0:
    + API changes: The TeplInfoBar class has been reworked.
    + New API:
    - tepl_pango_font_description_to_css()
    - TeplLanguageChooser
    - TeplLanguageChooserWidget
    - TeplLanguageChooserDialog
    - TeplProgressInfoBar
    - Utility functions: add a few functions.
    + Updated translations.
* Fri Feb 12 2021 bjorn.lie@gmail.com
  - Update to version 5.1.1:
    + Add TeplSpaceDrawerPrefs, a preferences widget for
      GtkSourceSpaceDrawer.
    + Updated translations.
* Fri Nov 20 2020 bjorn.lie@gmail.com
  - Update to version 5.0.1:
    + Updated translations.
* Fri Sep 11 2020 dimstar@opensuse.org
  - Update to version 5.0.0:
    + Updated translations.
* Sat Sep 05 2020 dimstar@opensuse.org
  - Update to version 4.99.4:
    + Add a few extra functions for GtkFileChooser.
  - Changes from version 4.99.3:
    + Start to leverage the ICU library.
  - Changes from version 4.99.2:
    + License:
    - Update the license from LGPLv2.1+ to LGPLv3+.
    - Start to use the REUSE way of applying licenses and
      copyrights information, with SPDX tags.
    + API changes: The beginning of a complete overhaul of the file
      loading and saving.
    + New API:
    - 'Go to line' horizontal bar feature.
    - Utility functions: add a function.
    + Under the hood changes:
    - Have _TEPL_EXTERN macro for exporting public symbols.
    - Have a smaller TeplApplicationWindow class, factor out
      several tepl-window-actions-*.{c,h} files.
    + Misc:
    - Improvements to the build system.
    - Metadata: improve the implementation and write unit tests.
    - Init i18n.
    - Tools: add shared-mime-info-list-text-plain-globs.
  - Changes from version 4.99.1:
    + Build system: port to Meson, remove Autotools.
    + API changes: A complete overhaul of the metadata API and
      implementation. The libxml2 is no longer required, and GVfs
      metadata is no longer used.
    + Misc:
    - Write a new roadmap in docs/.
    + Updated translations.
  - Port to meson buildsystem:
    + Add meson BuildReqequires.
    + Replace configure/make/make_install macros with
      meson/meson_build/meson_install.
  - Add pkgconfig(icu-uc) and pkgconfig(icu-i18n) BuildRequires: new
    dependencies.
  - Replace pkgconfig(glib-2.0) BuildRequires with
    pkgconfig(gio-2.0): adjust to meson checks.
  - Drop pkgconfig(libxml-2.0) BuildRequires: no longer needed.
  - Update License tag to LGPL-3.0-or-later: follow upstream change.
* Thu Mar 05 2020 bjorn.lie@gmail.com
  - Update to version 4.4.0:
    + Updated translations.
* Wed Feb 12 2020 dimstar@opensuse.org
  - Update to version 4.3.1:
    + Utils functions: make some functions public, add more public
      functions, and write more unit tests.
    + Documentation: introduction: more information about the chosen
      development model.
    + Updated translations.
* Sat Jan 25 2020 dimstar@opensuse.org
  - No longer recommend -lang: supplements are in use
* Thu Nov 21 2019 bjorn.lie@gmail.com
  - Update to version 4.2.1:
    + Fix a few compilation warnings.
    + Better use of errno (save its value ASAP, then reset it to 0).
    + Build from Git:
    - Allow building with gettext ≥ 0.20.
    - Adapt for AX_CODE_COVERAGE API break in autoconf-archive
      version 2019.01.06. (This didn't affect the build from the
      previous tarball, since the Autotools are "bundled" with the
      tarball).
    + Updated translations.
* Mon Jul 23 2018 bjorn.lie@gmail.com
  - Update to version 4.2.0:
    + Nothing new, version bump only.
* Wed Jun 06 2018 luc14n0@linuxmail.org
  - Drop unnecessary libamtk and amtk typelib Requires for the devel
    package: amtk is a build-time-only dependency.
* Mon Apr 16 2018 luc14n0@linuxmail.org
  - Update to version 4.1.1:
    + No visible changes for the user.
  - Remove Amtk shared library and GI bindings subpackages: now they
    have their own place under Amtk package.
  - Add pkgconfig(amtk-5) BuildRequires now that Amtk has been split.
* Sun Apr 08 2018 bjorn.lie@gmail.com
  - Update to version 4.0.0:
    + Project moved to GNOME GitLab.
    + Various small improvements.
    + Updated translations.
* Wed Feb 28 2018 dimstar@opensuse.org
  - Modernize spec-file by calling spec-cleaner
* Sat Dec 09 2017 luc14n0@linuxmail.org
  - Update to version 3.99.1:
    + General: Use GtkSourceView 4.
    + Amtk:
    - Improve amtk_utils_bind_g_action_to_gtk_action() to
      support _detailed_ GAction names.
    - Add amtk_utils_create_gtk_action().
    + Framework:
    - Add:
      . More GAction's and corresponding AmtkActionInfo's:
      win.tepl-undo, win.tepl-redo, win.tepl-indent,
      win.tepl-unindent, win.tepl-open, win.tepl-save,
      win.tepl-save-as and app.tepl-new-window.
      . TeplApplicationWindow:handle-title boolean property to
      handle the window title.
      . More vfuncs to TeplAbstractFactory: create_file and
      create_main_window.
      . TeplAbstractFactoryVala class to work-around Vala bugs.
      . Functions related to main windows:
      tepl_application_get_active_main_window(),
      tepl_application_window_is_main_window(),
      tepl_application_window_get_window_group().
    - TeplApplication: add options to handle the
      GApplication::activate and GApplication::open signals.
    - Start to write high-level functions for loading and saving
      files.
    + File loading and saving toolkit:
    - TeplFileLoader:
      . Internal code refactorings to have more re-usable code
      independent of GtkTextView.
      . Add fallback mode to determine encoding if uchardet fails.
      . Write more unit tests.
    - TeplEncoding:
      . Make tepl_encoding_get_default_candidates() more robust in
      case of mis-translation.
      . Improve API documentation.
    - Write GtkSourceView to Tepl file loading and saving porting
      guide.
    + Translation updates.
  - Adopt the use of %make_build macro instead of raw make command,
    following best practices.
  - Replace pattern values by macros to ease updating the package.
  - Rename typelib-!_0-{Amtk,Tepl}-3_0 to typelib-1_0-{Amtk,Tepl}-4,
    following the tyeplib naming convention (old name was wrong, but
    as the versoin changed, we don't need to worry to obsolete the
    old name, in line with the shared library packaging policy).
  - Add gtk-doc BuildRequires and pass enable-gtk-doc to configure
    once the development documentation is desired.
* Sun Sep 10 2017 jengelh@inai.de
  - Update package descriptions.
* Sat Sep 09 2017 dimstar@opensuse.org
  - Update to version 3.0.0:
    + Updated translations.
* Fri Sep 01 2017 dimstar@opensuse.org
  - Update to version 2.99.4:
    + Amtk:
    - Add factory functions to create GtkMenuToolButton's and
      GtkCheckMenuItem's.
    - Improve amtk_application_window_connect_menu_to_statusbar()
      API.
    - Add amtk_utils_bind_g_action_to_gtk_action(), to be able to
      port an application gradually to GAction while still using
      GtkUIManager.
    + Framework:
    - TeplTabLabel: add an overridable tooltip API, by default the
      tooltip shows the file location.
  - Changes from version 2.99.3:
    + Amtk:
    - Add amtk_init() and amtk_finalize().
    - Remove AmtkFactoryMenu class, move its functions to its
      parent class AmtkFactory.
    - AmtkFactory: add functions to create GtkToolItem's.
    - Add amtk_application_window_create_open_recent_menu().
    - Improvements to the documentation.
    - Other small code improvements.
    + Framework:
    - TeplTabGroup interface:
      . Add :active-tab, :active-view and :active-buffer properties.
      . Add tepl_tab_group_set_active_tab().
      . Add tepl_tab_group_append_tab().
    - Finish to implement the GActions for the Edit menu: cut,
      copy, paste, delete and select all. (Update the
      GAction:enabled properties).
    - Add "win.tepl-new-file" GAction.
    - Add the TeplAbstractFactory class to create TeplTab's and tab
      labels.
    - TeplBuffer: rename title -> full-title and add short-title.
    - Add the TeplTab::close-request signal.
    - Add the TeplTabLabel class (which shows the buffer
      short-title, plus a close button; the tooltip is not yet
      handled).
    + Misc:
    - Add tepl_init() and tepl_finalize(), do not use DSO
      constructors/destructors.
    - Implement small internal utility: TeplSignalGroup, inspired
      by DzlSignalGroup from libdazzle, but with a much simpler
      implementation.
    - Improvements to the documentation.
    + Updated translations.
* Wed Aug 23 2017 dimstar@opensuse.org
  - Initial package, version 2.99.2, based on gtef (which this
    library was renamed from).

Files

/usr/include/tepl-6
/usr/include/tepl-6/tepl
/usr/include/tepl-6/tepl/tepl-abstract-factory.h
/usr/include/tepl-6/tepl/tepl-application-window.h
/usr/include/tepl-6/tepl/tepl-application.h
/usr/include/tepl-6/tepl/tepl-buffer.h
/usr/include/tepl-6/tepl/tepl-enum-types.h
/usr/include/tepl-6/tepl/tepl-file-chooser.h
/usr/include/tepl-6/tepl/tepl-file-loader.h
/usr/include/tepl-6/tepl/tepl-file-saver.h
/usr/include/tepl-6/tepl/tepl-file.h
/usr/include/tepl-6/tepl/tepl-fold-region.h
/usr/include/tepl-6/tepl/tepl-goto-line-bar.h
/usr/include/tepl-6/tepl/tepl-gutter-renderer-folds.h
/usr/include/tepl-6/tepl/tepl-info-bar.h
/usr/include/tepl-6/tepl/tepl-init.h
/usr/include/tepl-6/tepl/tepl-io-error-info-bars.h
/usr/include/tepl-6/tepl/tepl-iter.h
/usr/include/tepl-6/tepl/tepl-language-chooser-dialog.h
/usr/include/tepl-6/tepl/tepl-language-chooser-widget.h
/usr/include/tepl-6/tepl/tepl-language-chooser.h
/usr/include/tepl-6/tepl/tepl-macros.h
/usr/include/tepl-6/tepl/tepl-menu-shell.h
/usr/include/tepl-6/tepl/tepl-metadata-manager.h
/usr/include/tepl-6/tepl/tepl-metadata.h
/usr/include/tepl-6/tepl/tepl-notebook.h
/usr/include/tepl-6/tepl/tepl-panel.h
/usr/include/tepl-6/tepl/tepl-pango.h
/usr/include/tepl-6/tepl/tepl-progress-info-bar.h
/usr/include/tepl-6/tepl/tepl-signal-group.h
/usr/include/tepl-6/tepl/tepl-space-drawer-prefs.h
/usr/include/tepl-6/tepl/tepl-statusbar.h
/usr/include/tepl-6/tepl/tepl-style-scheme-chooser-widget.h
/usr/include/tepl-6/tepl/tepl-tab-group.h
/usr/include/tepl-6/tepl/tepl-tab-label.h
/usr/include/tepl-6/tepl/tepl-tab-loading.h
/usr/include/tepl-6/tepl/tepl-tab-saving.h
/usr/include/tepl-6/tepl/tepl-tab.h
/usr/include/tepl-6/tepl/tepl-utils.h
/usr/include/tepl-6/tepl/tepl-view.h
/usr/include/tepl-6/tepl/tepl.h
/usr/lib64/libtepl-6.so
/usr/lib64/pkgconfig/tepl-6.pc
/usr/share/doc/packages/tepl-devel
/usr/share/doc/packages/tepl-devel/HACKING
/usr/share/gir-1.0/Tepl-6.gir
/usr/share/gtk-doc/html/tepl-6
/usr/share/gtk-doc/html/tepl-6/TeplAbstractFactory.html
/usr/share/gtk-doc/html/tepl-6/TeplApplication.html
/usr/share/gtk-doc/html/tepl-6/TeplApplicationWindow.html
/usr/share/gtk-doc/html/tepl-6/TeplBuffer.html
/usr/share/gtk-doc/html/tepl-6/TeplFile.html
/usr/share/gtk-doc/html/tepl-6/TeplFileLoader.html
/usr/share/gtk-doc/html/tepl-6/TeplFileSaver.html
/usr/share/gtk-doc/html/tepl-6/TeplFoldRegion.html
/usr/share/gtk-doc/html/tepl-6/TeplGotoLineBar.html
/usr/share/gtk-doc/html/tepl-6/TeplGutterRendererFolds.html
/usr/share/gtk-doc/html/tepl-6/TeplInfoBar.html
/usr/share/gtk-doc/html/tepl-6/TeplLanguageChooser.html
/usr/share/gtk-doc/html/tepl-6/TeplLanguageChooserDialog.html
/usr/share/gtk-doc/html/tepl-6/TeplLanguageChooserWidget.html
/usr/share/gtk-doc/html/tepl-6/TeplMetadata.html
/usr/share/gtk-doc/html/tepl-6/TeplMetadataManager.html
/usr/share/gtk-doc/html/tepl-6/TeplNotebook.html
/usr/share/gtk-doc/html/tepl-6/TeplPanel.html
/usr/share/gtk-doc/html/tepl-6/TeplProgressInfoBar.html
/usr/share/gtk-doc/html/tepl-6/TeplSpaceDrawerPrefs.html
/usr/share/gtk-doc/html/tepl-6/TeplStatusbar.html
/usr/share/gtk-doc/html/tepl-6/TeplStyleSchemeChooserWidget.html
/usr/share/gtk-doc/html/tepl-6/TeplTab.html
/usr/share/gtk-doc/html/tepl-6/TeplTabGroup.html
/usr/share/gtk-doc/html/tepl-6/TeplTabLabel.html
/usr/share/gtk-doc/html/tepl-6/TeplView.html
/usr/share/gtk-doc/html/tepl-6/annexes.html
/usr/share/gtk-doc/html/tepl-6/annotation-glossary.html
/usr/share/gtk-doc/html/tepl-6/api-breaks-1-to-2.html
/usr/share/gtk-doc/html/tepl-6/api-breaks-2-to-3-amtk.html
/usr/share/gtk-doc/html/tepl-6/api-breaks-2-to-3-tepl.html
/usr/share/gtk-doc/html/tepl-6/api-breaks-3-to-4-tepl.html
/usr/share/gtk-doc/html/tepl-6/api-breaks-4-to-5-tepl.html
/usr/share/gtk-doc/html/tepl-6/api-breaks-5-to-6-tepl.html
/usr/share/gtk-doc/html/tepl-6/api-breaks.html
/usr/share/gtk-doc/html/tepl-6/api-index-full.html
/usr/share/gtk-doc/html/tepl-6/code-folding.html
/usr/share/gtk-doc/html/tepl-6/file-loading-and-saving.html
/usr/share/gtk-doc/html/tepl-6/file-metadata.html
/usr/share/gtk-doc/html/tepl-6/framework.html
/usr/share/gtk-doc/html/tepl-6/general.html
/usr/share/gtk-doc/html/tepl-6/home.png
/usr/share/gtk-doc/html/tepl-6/index.html
/usr/share/gtk-doc/html/tepl-6/info-bars.html
/usr/share/gtk-doc/html/tepl-6/intro.html
/usr/share/gtk-doc/html/tepl-6/language-choosers.html
/usr/share/gtk-doc/html/tepl-6/left-insensitive.png
/usr/share/gtk-doc/html/tepl-6/left.png
/usr/share/gtk-doc/html/tepl-6/menus-and-toolbars.html
/usr/share/gtk-doc/html/tepl-6/misc.html
/usr/share/gtk-doc/html/tepl-6/object-tree.html
/usr/share/gtk-doc/html/tepl-6/right-insensitive.png
/usr/share/gtk-doc/html/tepl-6/right.png
/usr/share/gtk-doc/html/tepl-6/style.css
/usr/share/gtk-doc/html/tepl-6/tepl-6-IO-error-info-bars.html
/usr/share/gtk-doc/html/tepl-6/tepl-6-Tepl-Initialization-and-Finalization.html
/usr/share/gtk-doc/html/tepl-6/tepl-6-TeplFileChooser.html
/usr/share/gtk-doc/html/tepl-6/tepl-6-TeplIter.html
/usr/share/gtk-doc/html/tepl-6/tepl-6-TeplMenuShell.html
/usr/share/gtk-doc/html/tepl-6/tepl-6-TeplPango.html
/usr/share/gtk-doc/html/tepl-6/tepl-6-TeplSignalGroup.html
/usr/share/gtk-doc/html/tepl-6/tepl-6-TeplUtils.html
/usr/share/gtk-doc/html/tepl-6/tepl-6.devhelp2
/usr/share/gtk-doc/html/tepl-6/tepl-api-reference.html
/usr/share/gtk-doc/html/tepl-6/up-insensitive.png
/usr/share/gtk-doc/html/tepl-6/up.png


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 17:10:10 2024