mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
(cherry picked from commit 258be4ae73)
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "icoextract-thumbnailer.spec"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,37 @@
|
||||
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
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh_tag("jlu5/icoextract"));
|
||||
Reference in New Issue
Block a user