-
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
(cherry picked from commit 258be4a) Co-authored-by: Cappy Ishihara <[email protected]>
- Loading branch information
1 parent
645f3a2
commit 5872d4e
Showing
3 changed files
with
44 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
project pkg { | ||
arches = ["x86_64"] | ||
rpm { | ||
spec = "icoextract-thumbnailer.spec" | ||
} | ||
} |
37 changes: 37 additions & 0 deletions
37
anda/misc/icoextract-thumbnailer/icoextract-thumbnailer.spec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> | ||
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 <[email protected]> | ||
- Initial package |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
rpm.version(gh_tag("jlu5/icoextract")); |