Skip to content

Commit

Permalink
Merge branch 'f39' into mado/sync39
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Aug 2, 2024
2 parents 88f5b20 + 72fdc2c commit d24bd21
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion anda/apps/ruffle/ruffle-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%global ver 2024-08-01
%global ver 2024-08-02
%global goodver %(echo %ver | sed 's/-//g')
%global __brp_mangle_shebangs %{nil}
%bcond_without mold
Expand Down
2 changes: 2 additions & 0 deletions anda/devs/zed/nightly/zed-nightly.spec
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ script/generate-licenses
install -Dm755 target/rpm/zed %{buildroot}%{_libexecdir}/zed-editor
install -Dm755 target/rpm/cli %{buildroot}%{_bindir}/zed

%__cargo clean

install -Dm644 %app_id.desktop %{buildroot}%{_datadir}/applications/%app_id.desktop
install -Dm644 crates/zed/resources/app-icon-nightly.png %{buildroot}%{_datadir}/pixmaps/%app_id.png

Expand Down
2 changes: 2 additions & 0 deletions anda/devs/zed/preview/zed-preview.spec
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ script/generate-licenses
install -Dm755 target/rpm/zed %{buildroot}%{_libexecdir}/zed-editor
install -Dm755 target/rpm/cli %{buildroot}%{_bindir}/zed

%__cargo clean

install -Dm644 %app_id.desktop %{buildroot}%{_datadir}/applications/%app_id.desktop
install -Dm644 crates/zed/resources/app-icon-preview.png %{buildroot}%{_datadir}/pixmaps/%app_id.png

Expand Down
2 changes: 2 additions & 0 deletions anda/devs/zed/stable/zed.spec
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ script/generate-licenses
install -Dm755 target/rpm/zed %{buildroot}%{_libexecdir}/zed-editor
install -Dm755 target/rpm/cli %{buildroot}%{_bindir}/zed

%__cargo clean

install -Dm644 %app_id.desktop %{buildroot}%{_datadir}/applications/%app_id.desktop
install -Dm644 crates/zed/resources/app-icon.png %{buildroot}%{_datadir}/pixmaps/%app_id.png

Expand Down
2 changes: 1 addition & 1 deletion anda/system/limine/limine.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: limine
Version: 7.13.2
Version: 7.13.3
Release: 1%?dist
Summary: Modern, advanced, portable, multiprotocol bootloader
License: BSD-2-Clause
Expand Down

0 comments on commit d24bd21

Please sign in to comment.