2022-09-19 21:29:43 +00:00
|
|
|
%global glib_version 2.72
|
|
|
|
%global gtk_version 4.6
|
2021-12-02 12:22:24 +00:00
|
|
|
|
|
|
|
%global api_ver 5
|
|
|
|
|
|
|
|
Name: gtksourceview5
|
2024-11-21 21:43:21 +00:00
|
|
|
Version: 5.14.2
|
|
|
|
Release: %autorelease
|
2021-12-02 12:22:24 +00:00
|
|
|
Summary: Source code editing widget
|
|
|
|
|
2023-02-16 16:07:50 +00:00
|
|
|
License: LGPL-2.1-or-later
|
2021-12-02 12:22:24 +00:00
|
|
|
URL: https://wiki.gnome.org/Projects/GtkSourceView
|
2024-11-21 21:43:21 +00:00
|
|
|
Source0: https://download.gnome.org/sources/gtksourceview/5.14/gtksourceview-%{version}.tar.xz
|
2021-12-02 12:22:24 +00:00
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: gettext
|
2022-01-08 15:13:03 +00:00
|
|
|
BuildRequires: gi-docgen
|
2021-12-02 12:22:24 +00:00
|
|
|
BuildRequires: itstool
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: pkgconfig(fontconfig)
|
|
|
|
BuildRequires: pkgconfig(fribidi)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0) >= %{glib_version}
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib_version}
|
|
|
|
BuildRequires: pkgconfig(gobject-2.0) >= %{glib_version}
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(gtk4) >= %{gtk_version}
|
2022-04-22 07:06:55 +00:00
|
|
|
BuildRequires: pkgconfig(libpcre2-8)
|
2021-12-02 12:22:24 +00:00
|
|
|
BuildRequires: pkgconfig(libxml-2.0)
|
|
|
|
BuildRequires: pkgconfig(pangoft2)
|
2022-09-27 17:49:06 +00:00
|
|
|
BuildRequires: pkgconfig(sysprof-capture-4)
|
2021-12-02 12:22:24 +00:00
|
|
|
BuildRequires: vala
|
|
|
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib_version}
|
|
|
|
Requires: gtk4%{?_isa} >= %{gtk_version}
|
|
|
|
Requires: hicolor-icon-theme
|
|
|
|
|
|
|
|
%description
|
|
|
|
GtkSourceView is a GNOME library that extends GtkTextView, the standard GTK+
|
|
|
|
widget for multiline text editing. GtkSourceView adds support for syntax
|
|
|
|
highlighting, undo/redo, file loading and saving, search and replace, a
|
|
|
|
completion system, printing, displaying line numbers, and other features
|
|
|
|
typical of a source code editor.
|
|
|
|
|
2022-01-11 15:29:53 +00:00
|
|
|
This package contains version %{api_ver} of GtkSourceView.
|
2021-12-02 12:22:24 +00:00
|
|
|
|
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
The %{name}-devel package contains libraries and header files for
|
|
|
|
developing applications that use %{name}.
|
|
|
|
|
|
|
|
%package tests
|
|
|
|
Summary: Tests for the %{name} package
|
|
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description tests
|
|
|
|
The %{name}-tests package contains tests that can be used to verify
|
|
|
|
the functionality of the installed %{name} package.
|
|
|
|
|
|
|
|
%prep
|
2022-01-04 10:53:43 +00:00
|
|
|
%autosetup -n gtksourceview-%{version} -p1
|
2021-12-02 12:22:24 +00:00
|
|
|
|
|
|
|
%build
|
2024-11-21 21:43:21 +00:00
|
|
|
%meson -Ddocumentation=true -Dsysprof=true -Dinstall-tests=true
|
2021-12-02 12:22:24 +00:00
|
|
|
%meson_build
|
|
|
|
|
|
|
|
%install
|
|
|
|
%meson_install
|
|
|
|
|
|
|
|
%find_lang gtksourceview-%{api_ver}
|
|
|
|
|
|
|
|
%files -f gtksourceview-%{api_ver}.lang
|
|
|
|
%license COPYING
|
2022-01-08 15:13:03 +00:00
|
|
|
%doc NEWS README.md
|
2021-12-02 12:22:24 +00:00
|
|
|
%dir %{_libdir}/girepository-1.0
|
|
|
|
%{_libdir}/girepository-1.0/GtkSource-%{api_ver}.typelib
|
|
|
|
%{_libdir}/libgtksourceview-%{api_ver}.so.0*
|
|
|
|
%{_datadir}/gtksourceview-%{api_ver}/
|
|
|
|
%{_datadir}/icons/hicolor/scalable/actions/*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%{_includedir}/gtksourceview-%{api_ver}/
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/libgtksourceview-%{api_ver}.so
|
|
|
|
%dir %{_datadir}/gir-1.0
|
|
|
|
%{_datadir}/gir-1.0/GtkSource-%{api_ver}.gir
|
2022-01-08 15:13:03 +00:00
|
|
|
%{_datadir}/doc/gtksourceview5
|
2021-12-02 12:22:24 +00:00
|
|
|
%{_datadir}/vala
|
|
|
|
|
|
|
|
%files tests
|
|
|
|
%{_bindir}/gtksourceview%{api_ver}-widget
|
|
|
|
%{_libexecdir}/installed-tests
|
|
|
|
%{_datadir}/installed-tests
|
|
|
|
|
|
|
|
%changelog
|
2024-11-21 21:43:21 +00:00
|
|
|
%autochangelog
|