!5 update to version 44.4
From: @lwg99 Reviewed-by: @open-bot Signed-off-by: @open-bot
This commit is contained in:
commit
2417bccbf8
Binary file not shown.
BIN
gnome-console-44.4.tar.xz
Normal file
BIN
gnome-console-44.4.tar.xz
Normal file
Binary file not shown.
@ -1,10 +1,10 @@
|
||||
Name: gnome-console
|
||||
Version: 43.0
|
||||
Version: 44.4
|
||||
Release: 1
|
||||
Summary: Simple user-friendly terminal emulator for the GNOME desktop
|
||||
License: GPLv3+
|
||||
URL: https://gitlab.gnome.org/GNOME/console
|
||||
Source: https://download.gnome.org/sources/gnome-console/43/gnome-console-%{version}.tar.xz
|
||||
Source: https://download.gnome.org/sources/gnome-console/44/gnome-console-%{version}.tar.xz
|
||||
|
||||
BuildRequires: meson >= 0.59.0
|
||||
BuildRequires: gcc
|
||||
@ -15,14 +15,13 @@ BuildRequires: pkgconfig(vte-2.91-gtk4)
|
||||
BuildRequires: pkgconfig(libgtop-2.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: appstream
|
||||
BuildRequires: libappstream-glib
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{name}-%{version}
|
||||
sed -i -r -e '/(werror=|glib_compile_schemas|gtk_update_icon_cache|update_desktop_database)/s/true/false/' meson.build
|
||||
|
||||
%build
|
||||
%meson
|
||||
@ -34,9 +33,11 @@ sed -i -r -e '/(werror=|glib_compile_schemas|gtk_update_icon_cache|update_deskto
|
||||
|
||||
%check
|
||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Console.desktop
|
||||
appstreamcli validate --no-net %{buildroot}%{_metainfodir}/org.gnome.Console.metainfo.xml
|
||||
appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/org.gnome.Console.metainfo.xml
|
||||
|
||||
%files -f kgx.lang
|
||||
%license COPYING
|
||||
%doc NEWS README.md
|
||||
%{_bindir}/kgx
|
||||
%{_datadir}/applications/org.gnome.Console.desktop
|
||||
%{_metainfodir}/org.gnome.Console.metainfo.xml
|
||||
@ -46,6 +47,9 @@ appstreamcli validate --no-net %{buildroot}%{_metainfodir}/org.gnome.Console.met
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Console-symbolic.svg
|
||||
|
||||
%changelog
|
||||
* Thu Nov 23 2023 lwg <liweiganga@uniontech.com> - 44.4-1
|
||||
- update to version 44.4
|
||||
|
||||
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> 43.0-1
|
||||
- Update to 43.0
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: gitlab.gnome
|
||||
src_repo: gnome-console
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
separator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user