-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename app to Quick Web Apps and bump to 0.4.6
- Loading branch information
Showing
15 changed files
with
124 additions
and
128 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
app=COSMIC Web Apps | ||
app=Quick Web Apps | ||
loading=Loading... | ||
open=Open | ||
number={ $number } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
app=COSMIC Web Apps | ||
app=Quick Web Apps | ||
loading=Cargando... | ||
open=Abrir | ||
number={ $number } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
app=COSMIC Web Apps | ||
app=Quick Web Apps | ||
loading=Caricamento in corso... | ||
open=Apri | ||
number={ $number } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
app=COSMIC Web Apps | ||
app=Quick Web Apps | ||
loading=Ładowanie... | ||
open=Otwórz | ||
number={ $number } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
app=COSMIC Web Apps | ||
app=Quick Web Apps | ||
loading=Очитавање... | ||
open=Отвори | ||
number={ $number } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
app=COSMIC Web Apps | ||
app=Quick Web Apps | ||
loading=Yükleniyor... | ||
open=Aç | ||
number={ $number } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,57 +1,57 @@ | ||
{ | ||
"app-id": "io.github.elevenhsoft.WebApps", | ||
"runtime": "org.freedesktop.Platform", | ||
"runtime-version": "23.08", | ||
"sdk": "org.freedesktop.Sdk", | ||
"sdk-extensions": [ | ||
"org.freedesktop.Sdk.Extension.rust-stable" | ||
], | ||
"command": "cosmic-webapps", | ||
"finish-args": [ | ||
"--share=ipc", | ||
"--socket=fallback-x11", | ||
"--socket=wayland", | ||
"--device=dri", | ||
"--share=network", | ||
"--filesystem=/var/lib/flatpak:ro", | ||
"--filesystem=~/.var/app:rw", | ||
"--filesystem=~/.local/share/flatpak:ro", | ||
"--filesystem=~/.local/share/applications:rw", | ||
"--filesystem=~/.local/share/icons:create" | ||
], | ||
"build-options": { | ||
"append-path": "/usr/lib/sdk/rust-stable/bin" | ||
}, | ||
"modules": [ | ||
{ | ||
"name": "cosmic-webapps", | ||
"buildsystem": "simple", | ||
"build-options": { | ||
"env": { | ||
"CARGO_HOME": "/run/build/cosmic-webapps/cargo" | ||
} | ||
}, | ||
"build-commands": [ | ||
"cargo --offline fetch --manifest-path Cargo.toml --verbose", | ||
"cargo --offline build --release --verbose", | ||
"install -Dm0755 ./target/release/cosmic-webapps /app/bin/cosmic-webapps", | ||
"install -Dm0644 ./res/io.github.elevenhsoft.WebApps.desktop /app/share/applications/io.github.elevenhsoft.WebApps.desktop", | ||
"install -Dm0644 ./res/io.github.elevenhsoft.WebApps.metainfo.xml /app/share/metainfo/io.github.elevenhsoft.WebApps.metainfo.xml", | ||
"install -Dm0644 ./res/icons/hicolor/16x16/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/16x16/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/24x24/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/24x24/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/32x32/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/32x32/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/48x48/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/48x48/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/64x64/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/64x64/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/128x128/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/128x128/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/256x256/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/256x256/apps/io.github.elevenhsoft.WebApps.svg" | ||
], | ||
"sources": [ | ||
{ | ||
"type": "dir", | ||
"path": "." | ||
}, | ||
"cargo-sources.json" | ||
] | ||
"app-id": "io.github.elevenhsoft.WebApps", | ||
"runtime": "org.freedesktop.Platform", | ||
"runtime-version": "23.08", | ||
"sdk": "org.freedesktop.Sdk", | ||
"sdk-extensions": [ | ||
"org.freedesktop.Sdk.Extension.rust-stable" | ||
], | ||
"command": "quick-webapps", | ||
"finish-args": [ | ||
"--share=ipc", | ||
"--socket=fallback-x11", | ||
"--socket=wayland", | ||
"--device=dri", | ||
"--share=network", | ||
"--filesystem=/var/lib/flatpak:ro", | ||
"--filesystem=~/.var/app:rw", | ||
"--filesystem=~/.local/share/flatpak:ro", | ||
"--filesystem=~/.local/share/applications:rw", | ||
"--filesystem=~/.local/share/icons:create" | ||
], | ||
"build-options": { | ||
"append-path": "/usr/lib/sdk/rust-stable/bin" | ||
}, | ||
"modules": [ | ||
{ | ||
"name": "quick-webapps", | ||
"buildsystem": "simple", | ||
"build-options": { | ||
"env": { | ||
"CARGO_HOME": "/run/build/quick-webapps/cargo" | ||
} | ||
] | ||
} | ||
}, | ||
"build-commands": [ | ||
"cargo --offline fetch --manifest-path Cargo.toml --verbose", | ||
"cargo --offline build --release --verbose", | ||
"install -Dm0755 ./target/release/quick-webapps /app/bin/quick-webapps", | ||
"install -Dm0644 ./res/io.github.elevenhsoft.WebApps.desktop /app/share/applications/io.github.elevenhsoft.WebApps.desktop", | ||
"install -Dm0644 ./res/io.github.elevenhsoft.WebApps.metainfo.xml /app/share/metainfo/io.github.elevenhsoft.WebApps.metainfo.xml", | ||
"install -Dm0644 ./res/icons/hicolor/16x16/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/16x16/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/24x24/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/24x24/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/32x32/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/32x32/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/48x48/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/48x48/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/64x64/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/64x64/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/128x128/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/128x128/apps/io.github.elevenhsoft.WebApps.svg", | ||
"install -Dm0644 ./res/icons/hicolor/256x256/apps/io.github.elevenhsoft.WebApps.svg /app/share/icons/hicolor/256x256/apps/io.github.elevenhsoft.WebApps.svg" | ||
], | ||
"sources": [ | ||
{ | ||
"type": "dir", | ||
"path": "." | ||
}, | ||
"cargo-sources.json" | ||
] | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name := 'cosmic-webapps' | ||
name := 'quick-webapps' | ||
export APPID := 'io.github.elevenhsoft.WebApps' | ||
|
||
rootdir := '' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[Desktop Entry] | ||
Name=COSMIC Web Apps | ||
Exec=cosmic-webapps | ||
Name=Quick Web Apps | ||
Exec=quick-webapps | ||
Terminal=false | ||
Type=Application | ||
StartupNotify=true | ||
Icon=io.github.elevenhsoft.WebApps | ||
Categories=X-COSMIC;Utility; | ||
Keywords=App;Software;Manager; | ||
Keywords=App;Software;Manager; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.