update to version 44.4
This commit is contained in:
parent
d5659fafa6
commit
51feaa0fe2
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
|
Name: gnome-console
|
||||||
Version: 43.0
|
Version: 44.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Simple user-friendly terminal emulator for the GNOME desktop
|
Summary: Simple user-friendly terminal emulator for the GNOME desktop
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
URL: https://gitlab.gnome.org/GNOME/console
|
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: meson >= 0.59.0
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
@ -15,14 +15,13 @@ BuildRequires: pkgconfig(vte-2.91-gtk4)
|
|||||||
BuildRequires: pkgconfig(libgtop-2.0)
|
BuildRequires: pkgconfig(libgtop-2.0)
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: appstream
|
BuildRequires: libappstream-glib
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1 -n %{name}-%{version}
|
%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
|
%build
|
||||||
%meson
|
%meson
|
||||||
@ -34,9 +33,11 @@ sed -i -r -e '/(werror=|glib_compile_schemas|gtk_update_icon_cache|update_deskto
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate %{buildroot}%{_datadir}/applications/org.gnome.Console.desktop
|
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
|
%files -f kgx.lang
|
||||||
|
%license COPYING
|
||||||
|
%doc NEWS README.md
|
||||||
%{_bindir}/kgx
|
%{_bindir}/kgx
|
||||||
%{_datadir}/applications/org.gnome.Console.desktop
|
%{_datadir}/applications/org.gnome.Console.desktop
|
||||||
%{_metainfodir}/org.gnome.Console.metainfo.xml
|
%{_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
|
%{_datadir}/icons/hicolor/symbolic/apps/org.gnome.Console-symbolic.svg
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> 43.0-1
|
||||||
- Update to 43.0
|
- Update to 43.0
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version_control: gitlab.gnome
|
version_control: gitlab.gnome
|
||||||
src_repo: gnome-console
|
src_repo: gnome-console
|
||||||
tag_prefix: ^v
|
tag_prefix: ^v
|
||||||
seperator: .
|
separator: .
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user