Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions packages/f/fresh/package.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : fresh
version : 0.2.5
release : 2
version : 0.2.13
release : 4
source :
- https://github.com/sinelaw/fresh/archive/refs/tags/v0.2.5.tar.gz : d26e70c6d15b4ae2c9962346e711fe089bca5aac7642821dd8de169cede15714
- https://github.com/sinelaw/fresh/archive/refs/tags/v0.2.13.tar.gz : ce83badda8f7b9705f2de45eba2ffb669982617a157f7f18ab2b035c012f67e2
homepage : https://getfresh.dev
license : GPL-2.0-or-later
component : editor
Expand All @@ -23,6 +23,9 @@
%cargo_build
install : |
%cargo_install
install -Dm00644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.desktop $installdir/usr/share/applications/io.github.sinelaw.fresh.desktop
install -Dm00644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.metainfo.xml $installdir/usr/share/metainfo/io.github.sinelaw.fresh.metainfo.xml
install -Dm00644 crates/fresh-editor/flatpak/io.github.sinelaw.fresh.svg $installdir/usr/share/icons/hicolor/scalable/apps/io.github.sinelaw.fresh.svg
%install_license LICENSE
check : |
%cargo_test --lib -- --skip test_save_to_unwritable_directory --skip test_save_to_unwritable_file
9 changes: 6 additions & 3 deletions packages/f/fresh/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<PISI>
<Source>
<Name>fresh</Name>
Expand Down Expand Up @@ -29,13 +29,16 @@
<PartOf>editor</PartOf>
<Files>
<Path fileType="executable">/usr/bin/fresh</Path>
<Path fileType="data">/usr/share/applications/io.github.sinelaw.fresh.desktop</Path>
<Path fileType="data">/usr/share/icons/hicolor/scalable/apps/io.github.sinelaw.fresh.svg</Path>
<Path fileType="data">/usr/share/licenses/fresh/LICENSE</Path>
<Path fileType="data">/usr/share/metainfo/io.github.sinelaw.fresh.metainfo.xml</Path>
</Files>
</Package>
<History>
<Update release="2">
<Date>2026-02-20</Date>
<Version>0.2.5</Version>
<Update release="4">
<Date>2026-03-06</Date>
<Version>0.2.13</Version>
<Comment>Packaging update</Comment>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
Expand Down
Loading