Skip to content

Commit

Permalink
fix: bundle cosmic-icons in flatpak manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
elevenhsoft committed Sep 16, 2024
1 parent c802762 commit b815a5b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions io.github.elevenhsoft.WebApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,38 @@
"append-path": "/usr/lib/sdk/rust-stable/bin"
},
"modules": [
{
"name": "just",
"buildsystem": "simple",
"build-commands": [
"install -Dm0755 just /app/bin/just"
],
"sources": [
{
"type": "archive",
"strip-components": 0,
"dest-filename": "just.tar.gz",
"url": "https://github.com/casey/just/releases/download/1.35.0/just-1.35.0-x86_64-unknown-linux-musl.tar.gz",
"sha256": "c4172306e241bd175c07316156a610593fa2b687ac49418520a375605d7cead4"
}
]
},
{
"name": "cosmic-icons",
"buildsystem": "simple",
"build-commands": [
"sed -i \"s|prefix := '/usr'|prefix := '/app'|\" justfile",
"just install"
],
"sources": [
{
"type": "archive",
"dest-filename": "cosmic-icons-epoch-1.0.0-alpha.1.tar.gz",
"url": "https://github.com/pop-os/cosmic-icons/archive/refs/tags/epoch-1.0.0-alpha.1.tar.gz",
"sha256": "20d1a184c0421501e7ed8761f6e6178c3e16c787373357dae1d4dc22b9109428"
}
]
},
{
"name": "quick-webapps",
"buildsystem": "simple",
Expand Down

0 comments on commit b815a5b

Please sign in to comment.