first commit
This commit is contained in:
parent
cde7902e80
commit
506284f4da
BIN
gnome-characters-3.30.0.tar.xz
Normal file
BIN
gnome-characters-3.30.0.tar.xz
Normal file
Binary file not shown.
47
gnome-characters.spec
Normal file
47
gnome-characters.spec
Normal file
@ -0,0 +1,47 @@
|
||||
Name: 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
|
||||
BuildRequires: gtk3-devel libappstream-glib libunistring-devel meson
|
||||
|
||||
Requires: gjs >= 1.43.3 gnome-desktop3
|
||||
|
||||
%description
|
||||
Characters is a simple utility application to find and insert unusual characters. It allows
|
||||
you to quickly find the character you are looking for by searching for keywords.
|
||||
|
||||
%prep
|
||||
%autosetup -n %{name}-%{version} -p1
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang org.gnome.Characters
|
||||
|
||||
%check
|
||||
desktop-file-validate %buildroot%{_datadir}/applications/org.gnome.Characters.desktop
|
||||
|
||||
%files -f org.gnome.Characters.lang
|
||||
%doc NEWS
|
||||
%license COPYING COPYINGv2
|
||||
%{_bindir}/*
|
||||
%{_datadir}/applications/org.gnome.Characters.desktop
|
||||
%{_datadir}/dbus-1/services/*
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.Characters.gschema.xml
|
||||
%{_datadir}/gnome-shell/search-providers/org.gnome.Characters.search-provider.ini
|
||||
%{_datadir}/icons/hicolor/*/apps/*
|
||||
%{_datadir}/metainfo/org.gnome.Characters.appdata.xml
|
||||
%{_datadir}/org.gnome.Characters
|
||||
%{_libdir}/*
|
||||
|
||||
%changelog
|
||||
* Wed Dec 11 2019 zhouyihang <zhouyihang1@huawei.com> - 3.30.0-4
|
||||
- Package init
|
||||
Loading…
x
Reference in New Issue
Block a user