forked from pool/identity
Accepting request 1134367 from home:mantarimay:branches:multimedia:apps
- Rename binary from identity to identity-compare OBS-URL: https://build.opensuse.org/request/show/1134367 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/identity?expand=0&rev=3
This commit is contained in:
parent
a9e40df93c
commit
0e6ff9858a
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 21 04:30:24 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Rename binary from identity to identity-compare
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 6 21:58:10 UTC 2023 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
@ -47,6 +47,9 @@ A program for comparing multiple versions of an image or video.
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
sed -i "s/output: meson.project_name()/output: 'identity-compare'/g" src/meson.build
|
||||
sed -i "s/Exec=identity/Exec=identity-compare/g" data/org.gnome.gitlab.YaLTeR.Identity.desktop.in.in
|
||||
|
||||
%build
|
||||
%meson
|
||||
%meson_build
|
||||
@ -59,7 +62,7 @@ A program for comparing multiple versions of an image or video.
|
||||
%files
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_bindir}/%{name}
|
||||
%{_bindir}/%{name}-compare
|
||||
%{_datadir}/applications/%{appid}.desktop
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/glib-2.0/schemas/%{appid}.gschema.xml
|
||||
|
Loading…
Reference in New Issue
Block a user