Update devel ID

This commit is contained in:
Vladimir Vaskov 2025-02-02 17:11:46 +03:00
parent e6f40cc4d0
commit 2b836b107f
No known key found for this signature in database
GPG key ID: CECAF75A5D478132
13 changed files with 85 additions and 17 deletions

View file

@ -7,8 +7,8 @@ include:
file: 'vala-checkers.yml'
variables:
APP_ID: 'space.rirusha.Cassette-Devel'
MANIFEST_PATH: $CI_PROJECT_DIR/build-aux/flatpak/nightly/${APP_ID}.yml
APP_ID: 'space.rirusha.Cassette.Devel'
MANIFEST_PATH: $CI_PROJECT_DIR/build-aux/flatpak/${APP_ID}.yml
BUNDLE: "${APP_ID}.flatpak"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
FLATPAK_MODULE: "cassette"

View file

@ -142,7 +142,7 @@ flatpak remote-add --if-not-exists cassette-nightly https://rirusha.space/repos/
Install application:
```shell
flatpak install cassette-nightly space.rirusha.Cassette-Devel
flatpak install cassette-nightly space.rirusha.Cassette.Devel
```
## For developers

View file

@ -0,0 +1,68 @@
{
"id": "space.rirusha.Cassette.Devel",
"runtime": "org.gnome.Platform",
"runtime-version": "master",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.vala"
],
"command": "cassette",
"finish-args": [
"--share=network",
"--share=ipc",
"--socket=fallback-x11",
"--device=dri",
"--socket=pulseaudio",
"--socket=wayland",
"--filesystem=xdg-music:ro",
"--filesystem=xdg-download:ro",
"--own-name=org.mpris.MediaPlayer2.space.rirusha.Cassette.Devel"
],
"build-options": {
"append-path": "/usr/lib/sdk/vala/bin",
"prepend-ld-library-path": "/usr/lib/sdk/vala/lib"
},
"cleanup": [
"/include",
"/lib/pkgconfig",
"/man",
"/share/doc",
"/share/gtk-doc",
"/share/man",
"/share/pkgconfig",
"/share/vala",
"*.la",
"*.a"
],
"modules": [
{
"name": "blueprint-compiler",
"buildsystem": "meson",
"cleanup": [
"*"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/jwestman/blueprint-compiler",
"commit": "04ef0944db56ab01307a29aaa7303df6067cb3c0",
"tag": "v0.16.0"
}
]
},
{
"name": "cassette",
"buildsystem": "meson",
"builddir": true,
"config-opts": [
"-Dis_devel=true"
],
"sources": [
{
"type": "dir",
"path": "../../../"
}
]
}
]
}

View file

@ -1,4 +1,4 @@
id: space.rirusha.Cassette-Devel
id: space.rirusha.Cassette.Devel
runtime: org.gnome.Platform
runtime-version: 'master'
sdk: org.gnome.Sdk
@ -14,7 +14,7 @@ finish-args:
- --socket=wayland
- --filesystem=xdg-music:ro
- --filesystem=xdg-download:ro
- --own-name=org.mpris.MediaPlayer2.space.rirusha.Cassette-Devel
- --own-name=org.mpris.MediaPlayer2.space.rirusha.Cassette.Devel
build-options:
append-path: /usr/lib/sdk/vala/bin
prepend-ld-library-path: /usr/lib/sdk/vala/lib
@ -42,7 +42,7 @@ modules:
- name: cassette
buildsystem: meson
builddir: true
config-opts:
config-opts:
- -Dis_devel=true
sources:
- type: dir

View file

@ -14,7 +14,7 @@ finish-args:
- --socket=wayland
- --filesystem=xdg-music:ro
- --filesystem=xdg-download:ro
- --own-name=org.mpris.MediaPlayer2.space.rirusha.Cassette-Devel
- --own-name=org.mpris.MediaPlayer2.space.rirusha.Cassette
build-options:
append-path: /usr/lib/sdk/vala/bin
prepend-ld-library-path: /usr/lib/sdk/vala/lib

View file

@ -5,7 +5,6 @@
xmlns:gnome="http://api.gnome.org/doap-extensions#"
xmlns="http://usefulinc.com/ns/doap#">
<name xml:lang="en">Cassette</name>
<name xml:lang="es">Casete</name>
<name xml:lang="fr">Cassette</name>
<name xml:lang="de">Kassette</name>
@ -28,8 +27,8 @@
<name xml:lang="fi">Kasetti</name>
<name xml:lang="hu">Kazetta</name>
<name xml:lang="th">เทปคาสเซ็ท</name>
<name xml:lang="en">Cassette</name>
<shortdesc xml:lang="en">Unofficial Yandex Music client</shortdesc>
<shortdesc xml:lang="es">Cliente no oficial de Yandex Music</shortdesc>
<shortdesc xml:lang="fr">Client non officiel de Yandex Music</shortdesc>
<shortdesc xml:lang="de">Inoffizieller Yandex Music-Client</shortdesc>
@ -52,6 +51,7 @@
<shortdesc xml:lang="fi">Epävirallinen Yandex Music-asiakas</shortdesc>
<shortdesc xml:lang="hu">Nem hivatalos Yandex Music kliens</shortdesc>
<shortdesc xml:lang="th">ไคลเอนต์ Yandex Music อย่างไม่เป็นทางการ</shortdesc>
<shortdesc xml:lang="en">Unofficial Yandex Music client</shortdesc>
<description>
GTK/Adwaita application that allows you to use Yandex Music service on Linux operating systems

View file

@ -4,7 +4,7 @@
height="128"
version="1.1"
id="svg16"
sodipodi:docname="space.rirusha.Cassette-Devel.svg"
sodipodi:docname="space.rirusha.Cassette.Devel.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before After
Before After

View file

@ -6,7 +6,7 @@
fill="none"
version="1.1"
id="svg35"
sodipodi:docname="space.rirusha.Cassette-Devel-symbolic.svg"
sodipodi:docname="space.rirusha.Cassette.Devel-symbolic.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
inkscape:export-filename="space.rirusha.Cassette-symbolic.png"
inkscape:export-xdpi="75"

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

View file

@ -6,7 +6,7 @@
fill="none"
version="1.1"
id="svg35"
sodipodi:docname="space.rirusha.Cassette-Devel-symbolic.svg"
sodipodi:docname="space.rirusha.Cassette.Devel-symbolic.svg"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25)"
inkscape:export-filename="space.rirusha.Cassette-symbolic.png"
inkscape:export-xdpi="75"

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

View file

@ -76,11 +76,11 @@ sudo flatpak remote-add --if-not-exists cassette-nightly https://rirusha.github.
```shell
sudo flatpak install org.gnome.Platform//master
sudo flatpak install cassette-nightly space.rirusha.Cassette-Devel
sudo flatpak install cassette-nightly space.rirusha.Cassette.Devel
```
> [!NOTE]
> После перезагрузки Windows в меню «Пуск» появиться ярлык приложения Cassette-Devel, но его также можно запустить из терминала Ubuntu так:
> После перезагрузки Windows в меню «Пуск» появиться ярлык приложения Cassette.Devel, но его также можно запустить из терминала Ubuntu так:
> ```shell
> flatpak run space.rirusha.Cassette-Devel
> flatpak run space.rirusha.Cassette.Devel
> ```

View file

@ -142,7 +142,7 @@ flatpak remote-add --if-not-exists cassette-nightly https://rirusha.space/repos/
Установка приложения:
```shell
flatpak install cassette-nightly space.rirusha.Cassette-Devel
flatpak install cassette-nightly space.rirusha.Cassette.Devel
```
## Для разработчиков

View file

@ -30,7 +30,7 @@ app_id_suffix = ''
if get_option('is_devel')
name_suffix = ' (Devel)'
app_id_suffix = '-Devel'
app_id_suffix = '.Devel'
find_program('git', required: true)
vcs_tag = run_command('git', 'rev-parse', '--short', 'HEAD', check: true).stdout().strip()