mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-16 08:30:37 +00:00
d7e16285e4
(cherry picked from commit 258be4ae73)
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
38 lines
920 B
RPMSpec
38 lines
920 B
RPMSpec
Name: icoextract-thumbnailer
|
|
Version: 0.1.5
|
|
Release: 1%{?dist}
|
|
Summary: XDG-compatible thumbnailer for Windows PE executables
|
|
|
|
URL: https://github.com/jlu5/icoextract/
|
|
License: MIT
|
|
Source0: %{url}/raw/refs/tags/%{version}/exe-thumbnailer.thumbnailer
|
|
Packager: Cappy Ishihara <cappy@fyralabs.com>
|
|
BuildArch: noarch
|
|
BuildRequires: /usr/bin/install
|
|
Requires: python3dist(icoextract)
|
|
|
|
|
|
%description
|
|
%{summary}.
|
|
This package supplements icoextract by providing the thumbnailer configuration file for file managers
|
|
that support XDG thumbnailers, such as Nautilus, Dolphin and Thunar.
|
|
|
|
%prep
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
install -Dm644 %{SOURCE0} %{buildroot}%{_datadir}/thumbnailers/exe-thumbnailer.thumbnailer
|
|
|
|
|
|
%files
|
|
%{_datadir}/thumbnailers/exe-thumbnailer.thumbnailer
|
|
|
|
|
|
|
|
%changelog
|
|
* Sat Dec 14 2024 Cappy Ishihara <cappy@cappuchino.xyz>
|
|
- Initial package
|