package created using the webbuild interface [release 40.0-1mamba;Sat Oct 16 2021]
This commit is contained in:
parent
40f88ec754
commit
796fb5dfff
@ -1,2 +1,4 @@
|
||||
# gnome-dictionary
|
||||
|
||||
GNOME Dictionary is a simple, clean, elegant application to look up words in online dictionaries using the [DICT][dict-rfc] protocol.
|
||||
|
||||
|
83
gnome-dictionary.spec
Normal file
83
gnome-dictionary.spec
Normal file
@ -0,0 +1,83 @@
|
||||
Name: gnome-dictionary
|
||||
Version: 40.0
|
||||
Release: 1mamba
|
||||
Summary: A simple, clean, elegant application to look up words in online dictionaries
|
||||
Group: Graphical Desktop/Applications/Utilities
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.gnome.org/
|
||||
Source: https://download.gnome.org/sources/gnome-dictionary/40/gnome-dictionary-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libcairo-devel
|
||||
BuildRequires: libglib-devel
|
||||
BuildRequires: libgtk3-devel
|
||||
BuildRequires: libpango-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: scons
|
||||
Obsoletes: gnome-utils <= 3.2.1
|
||||
|
||||
%description
|
||||
GNOME Dictionary is a simple, clean, elegant application to look up words in online dictionaries using the [DICT][dict-rfc] protocol.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%meson_install
|
||||
|
||||
%find_lang %{name} || touch %{name}.lang
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gnome-dictionary
|
||||
%{_datadir}/applications/org.gnome.Dictionary.desktop
|
||||
%{_datadir}/metainfo/org.gnome.Dictionary.appdata.xml
|
||||
%{_datadir}/dbus-1/services/org.gnome.Dictionary.service
|
||||
%{_datadir}/gdict-1.0/sources/*.desktop
|
||||
%{_datadir}/glib-2.0/schemas/org.gnome.dictionary.gschema.xml
|
||||
%dir %{_datadir}/help/C/gnome-dictionary
|
||||
%{_datadir}/help/C/gnome-dictionary/*
|
||||
%lang(ca) %{_datadir}/help/ca/gnome-dictionary
|
||||
%lang(cs) %{_datadir}/help/cs/gnome-dictionary
|
||||
%lang(da) %{_datadir}/help/da/gnome-dictionary
|
||||
%lang(de) %{_datadir}/help/de/gnome-dictionary
|
||||
%lang(el) %{_datadir}/help/el/gnome-dictionary
|
||||
%lang(en_GB) %{_datadir}/help/en_GB/gnome-dictionary
|
||||
%lang(es) %{_datadir}/help/es/gnome-dictionary
|
||||
%lang(eu) %{_datadir}/help/eu/gnome-dictionary
|
||||
%lang(fi) %{_datadir}/help/fi/gnome-dictionary
|
||||
%lang(fr) %{_datadir}/help/fr/gnome-dictionary
|
||||
%lang(gl) %{_datadir}/help/gl/gnome-dictionary
|
||||
%lang(hu) %{_datadir}/help/hu/gnome-dictionary
|
||||
%lang(id) %{_datadir}/help/id/gnome-dictionary
|
||||
%lang(it) %{_datadir}/help/it/gnome-dictionary
|
||||
%lang(ko) %{_datadir}/help/ko/gnome-dictionary
|
||||
%lang(oc) %{_datadir}/help/oc/gnome-dictionary
|
||||
%lang(pl) %{_datadir}/help/pl/gnome-dictionary
|
||||
%lang(pt_BR) %{_datadir}/help/pt_BR/gnome-dictionary
|
||||
%lang(ru) %{_datadir}/help/ru/gnome-dictionary
|
||||
%lang(sl) %{_datadir}/help/sl/gnome-dictionary
|
||||
%lang(sv) %{_datadir}/help/sv/gnome-dictionary
|
||||
%lang(uk) %{_datadir}/help/uk/gnome-dictionary
|
||||
%lang(zh_CN) %{_datadir}/help/zh_CN/gnome-dictionary
|
||||
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
||||
%{_datadir}/icons/hicolor/symbolic/apps/*.svg
|
||||
%{_mandir}/man1/gnome-dictionary.1*
|
||||
%doc COPYING
|
||||
|
||||
%changelog
|
||||
* Sat Oct 16 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 40.0-1mamba
|
||||
- package created using the webbuild interface
|
Loading…
Reference in New Issue
Block a user