Skip to content

Commit 489c991

Browse files
authored
Merge pull request #431 from tuner-labs/development
2.1.1-beta.1
2 parents 6a39902 + ae28f3d commit 489c991

180 files changed

Lines changed: 96700 additions & 1461 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
po/*.po merge=theirs

data/io.github.tuner_labs.tuner.metainfo.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ SPDX-License-Identifier: GPL-3.0-or-later
2424
<color type="primary" scheme_preference="light">#f5c211</color>
2525
<color type="primary" scheme_preference="dark">#655510</color>
2626
</branding>
27-
<summary>Internet Radio</summary>
27+
<summary>Discover, stream, save your favorite Internet radio station</summary>
2828
<description>
29-
<p>Make finding and listening to internet radio station and music fun again!</p>
29+
<p>Make finding and listening to Internet radio station and music fun again!</p>
3030
<p>Instead of showing all the stations you already know,
3131
Tuner presents you a new selection of stations from all over the world
3232
every time you hit the Shuffle button.</p>

io.github.tuner_labs.tuner.debug.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,26 @@ command: io.github.tuner_labs.tuner
1010

1111
runtime: org.freedesktop.Platform
1212
runtime-version: '25.08'
13+
extensions:
14+
- org.gtk.Gtk3theme.Adwaita-dark
15+
1316

1417
sdk: org.freedesktop.Sdk
1518
sdk-extensions:
1619
- org.freedesktop.Sdk.Extension.vala
1720

21+
1822
build-options:
1923
prepend-path: /usr/lib/sdk/vala/bin/
2024
prepend-ld-library-path: /usr/lib/sdk/vala/lib
2125

26+
2227
finish-args:
2328
- --share=ipc
2429
- --socket=fallback-x11
2530
- --socket=wayland
2631
- --share=network
2732
- --socket=pulseaudio
28-
- --own-name=org.mpris.MediaPlayer2.io.github.tuner_labs.tuner
2933
- --filesystem=xdg-desktop # Playlist import export
3034

3135

io.github.tuner_labs.tuner.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,15 @@ command: io.github.tuner_labs.tuner
1010

1111
runtime: org.freedesktop.Platform
1212
runtime-version: '25.08'
13+
extensions:
14+
- org.gtk.Gtk3theme.Adwaita-dark
15+
1316

1417
sdk: org.freedesktop.Sdk
1518
sdk-extensions:
1619
- org.freedesktop.Sdk.Extension.vala
1720

21+
1822
build-options:
1923
prepend-path: /usr/lib/sdk/vala/bin/
2024
prepend-ld-library-path: /usr/lib/sdk/vala/lib
@@ -26,7 +30,6 @@ finish-args:
2630
- --socket=wayland
2731
- --share=network
2832
- --socket=pulseaudio
29-
- --own-name=org.mpris.MediaPlayer2.io.github.tuner_labs.tuner
3033
- --filesystem=xdg-desktop # Playlist import export
3134

3235

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
project (
1313
'io.github.tuner_labs.tuner',
1414
'vala', 'c',
15-
version: '2.1.0',
15+
version: '2.1.1-beta.1',
1616
meson_version: '>= 1.3.2',
1717
)
1818

po/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ This document explains how translation targets in `po/` are generated, what each
2727
```bash
2828
# Enable POT generation via Meson option, then run the pot target
2929
meson setup builddir -Dtranslation=update
30-
meson build application-pot
31-
meson build countries-pot
32-
meson build extra-pot
30+
meson compile -C builddir application-pot
31+
meson compile -C builddir countries-pot
32+
meson compile -C builddir extra-pot
3333
```
3434

3535
2. Generate translations:

po/application/LINGUAS

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,36 @@ uk
3838
vi
3939
zh_Hant
4040

41+
ce
42+
af
43+
bn
44+
be
45+
bo
46+
ca
47+
cy
48+
en_GB
49+
en_ZA
50+
fi
51+
fy
52+
jv
53+
ks
54+
mk
55+
mt
56+
ne
57+
ps
58+
sq
59+
sv
60+
sw
61+
uz
62+
yo
63+
zu
64+
el
65+
fil
66+
hr
67+
pl
68+
lo
69+
tl
70+
ber
71+
hy
72+
ku
73+
hu_ZZ

0 commit comments

Comments
 (0)