mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-27 22:08:27 +00:00
fix: halloy (#9854)
* fix: halloy Signed-off-by: Owen-sz <owen@fyralabs.com> * forgot to save the file lol Signed-off-by: Owen-sz <owen@fyralabs.com> --------- Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
@@ -33,14 +33,13 @@ BuildRequires: pkgconfig(xcb)
|
||||
%cargo_build
|
||||
|
||||
%install
|
||||
%crate_install_bin
|
||||
install -Dm755 target/rpm/halloy %{buildroot}%{_bindir}/halloy
|
||||
desktop-file-install assets/linux/%{appid}.desktop
|
||||
install -Dpm644 assets/linux/%{appid}.appdata.xml -t %{buildroot}%{_datadir}/metainfo
|
||||
|
||||
mkdir -p %{buildroot}%{_datadir}
|
||||
cp -r assets/linux/icons -t %{buildroot}%{_datadir}
|
||||
|
||||
%cargo_license_summary_online
|
||||
%{cargo_license_online} > LICENSE.dependencies
|
||||
|
||||
%if %{with check}
|
||||
|
||||
Reference in New Issue
Block a user