Compare commits
10 Commits
7ffeef1a7a
...
54a09e79c1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
54a09e79c1 | ||
|
|
49feadbde2 | ||
|
|
72fa6b1456 | ||
|
|
cd14e58bc3 | ||
|
|
0c9b798709 | ||
|
|
5d17466078 | ||
|
|
be1f61ba5d | ||
|
|
dadd44e10f | ||
|
|
28b5d84dbd | ||
|
|
22a398f0cd |
Binary file not shown.
BIN
gnome-characters-44.0.tar.xz
Normal file
BIN
gnome-characters-44.0.tar.xz
Normal file
Binary file not shown.
@ -1,19 +1,35 @@
|
|||||||
Name: gnome-characters
|
%global appname org.gnome.Characters
|
||||||
Version: 3.30.0
|
|
||||||
Release: 4
|
|
||||||
Summary: A simple utility application to find and insert unusual characters
|
|
||||||
License: BSD and GPLv2+
|
|
||||||
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
|
|
||||||
Source0: https://download.gnome.org/sources/gnome-characters/3.30/%{name}-%{version}.tar.xz
|
|
||||||
|
|
||||||
BuildRequires: desktop-file-utils gettext gjs-devel >= 1.43.3 gobject-introspection-devel
|
%global gjs_version 1.50
|
||||||
BuildRequires: gtk3-devel libappstream-glib libunistring-devel meson
|
%global gtk4_version 4.6
|
||||||
|
%global libadwaita_version 1.2
|
||||||
|
|
||||||
Requires: gjs >= 1.43.3 gnome-desktop3
|
Name: gnome-characters
|
||||||
|
Version: 44.0
|
||||||
|
Release: 1
|
||||||
|
Summary: Character map application for GNOME
|
||||||
|
License: BSD and GPLv2+
|
||||||
|
URL: https://wiki.gnome.org/Design/Apps/CharacterMap
|
||||||
|
Source0: https://download.gnome.org/sources/%{name}/44/%{name}-%{version}.tar.xz
|
||||||
|
|
||||||
|
BuildRequires: desktop-file-utils
|
||||||
|
BuildRequires: gettext
|
||||||
|
BuildRequires: gobject-introspection-devel
|
||||||
|
BuildRequires: libappstream-glib
|
||||||
|
BuildRequires: libunistring-devel
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: pkgconfig(gjs-1.0) >= %{gjs_version}
|
||||||
|
BuildRequires: pkgconfig(gtk4) >= %{gtk4_version}
|
||||||
|
BuildRequires: pkgconfig(libadwaita-1) >= %{libadwaita_version}
|
||||||
|
|
||||||
|
Requires: gjs >= %{gjs_version}
|
||||||
|
Requires: gnome-desktop4%{_isa}
|
||||||
|
Requires: gtk4%{_isa} >= %{gtk4_version}
|
||||||
|
Requires: libadwaita%{?_isa} >= %{libadwaita_version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Characters is a simple utility application to find and insert unusual characters. It allows
|
Characters is a simple utility application to find and insert unusual
|
||||||
you to quickly find the character you are looking for by searching for keywords.
|
characters.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n %{name}-%{version} -p1
|
%autosetup -n %{name}-%{version} -p1
|
||||||
@ -24,24 +40,40 @@ you to quickly find the character you are looking for by searching for keywords.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%find_lang org.gnome.Characters
|
%find_lang %{appname}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
desktop-file-validate %buildroot%{_datadir}/applications/org.gnome.Characters.desktop
|
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/%{appname}.desktop
|
||||||
|
|
||||||
%files -f org.gnome.Characters.lang
|
%files -f %{appname}.lang
|
||||||
%doc NEWS
|
%doc NEWS README.md
|
||||||
%license COPYING COPYINGv2
|
%license COPYING COPYINGv2
|
||||||
%{_bindir}/*
|
%{_bindir}/%{name}
|
||||||
%{_datadir}/applications/org.gnome.Characters.desktop
|
%{_datadir}/applications/%{appname}.desktop
|
||||||
%{_datadir}/dbus-1/services/*
|
%{_datadir}/dbus-1/services/%{appname}.service
|
||||||
%{_datadir}/glib-2.0/schemas/org.gnome.Characters.gschema.xml
|
%{_datadir}/glib-2.0/schemas/%{appname}.gschema.xml
|
||||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Characters.search-provider.ini
|
%{_datadir}/%{appname}
|
||||||
%{_datadir}/icons/hicolor/*/apps/*
|
%{_datadir}/gnome-shell/search-providers/%{appname}.search-provider.ini
|
||||||
%{_datadir}/metainfo/org.gnome.Characters.appdata.xml
|
%{_datadir}/icons/hicolor/scalable/apps/%{appname}.svg
|
||||||
%{_datadir}/org.gnome.Characters
|
%{_datadir}/icons/hicolor/symbolic/apps/%{appname}-symbolic.svg
|
||||||
%{_libdir}/*
|
%{_datadir}/metainfo/%{appname}.appdata.xml
|
||||||
|
%{_libdir}/%{appname}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 24 2023 lwg <liweiganga@uniontech.com> - 44.0-1
|
||||||
|
- update to version 44.0
|
||||||
|
|
||||||
|
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 43.1-1
|
||||||
|
- Update to 43.1
|
||||||
|
|
||||||
|
* Mon Jun 20 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 42.0-2
|
||||||
|
- gnome-characters.yaml
|
||||||
|
|
||||||
|
* Tue Apr 19 2022 dillon chen <dillon.chen@gmail.com> - 42.0-1
|
||||||
|
- Update to 42.0
|
||||||
|
|
||||||
|
* Wed Jun 16 2021 weijin deng <weijin.deng@turbolinux.com.cn> - 3.34.0-1
|
||||||
|
- Upgrade to 3.34.0
|
||||||
|
|
||||||
* Wed Dec 11 2019 zhouyihang <zhouyihang1@huawei.com> - 3.30.0-4
|
* Wed Dec 11 2019 zhouyihang <zhouyihang1@huawei.com> - 3.30.0-4
|
||||||
- Package init
|
- Package init
|
||||||
|
|||||||
4
gnome-characters.yaml
Normal file
4
gnome-characters.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: gitlab.gnome
|
||||||
|
src_repo: gnome-characters
|
||||||
|
tag_prefix: ^
|
||||||
|
separator: .
|
||||||
Loading…
x
Reference in New Issue
Block a user