File tree Expand file tree Collapse file tree 6 files changed +9
-15
lines changed
src/main/resources/se/trixon/yaya Expand file tree Collapse file tree 6 files changed +9
-15
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >se.trixon.yaya</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >25-SNAPSHOT </version >
8
+ <version >25.05 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >se.trixon.yaya</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >25-SNAPSHOT </version >
8
+ <version >25.05 </version >
9
9
<relativePath >../pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >se.trixon.yaya</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >25-SNAPSHOT </version >
7
+ <version >25.05 </version >
8
8
<relativePath >../pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >main</artifactId >
128
128
<dependency >
129
129
<groupId >com.google.code.gson</groupId >
130
130
<artifactId >gson</artifactId >
131
- <version >2.11.0 </version >
131
+ <version >2.13.1 </version >
132
132
</dependency >
133
133
<dependency >
134
134
<groupId >com.j2html</groupId >
Original file line number Diff line number Diff line change 13
13
# See the License for the specific language governing permissions and
14
14
# limitations under the License.
15
15
#
16
- app.copyright =\u00a9 2004-2024 Patrik Karlstr\u00f6 m
16
+ app.copyright =\u00a9 2004-2025 Patrik Karlstr\u00f6 m
17
17
app.uri =https://trixon.se/projects/yaya/
18
18
app.uriTitle =trixon.se/yaya
19
19
app.licenseUriTitle =Apache, Version 2.0
Original file line number Diff line number Diff line change 1
1
name : yaya
2
2
title : Yaya
3
- base : core22
3
+ base : core24
4
4
version : ' REPLACE_WITH_VERSION'
5
5
summary : Yet Another Yahtzee-esque Application
6
6
description : |
@@ -10,22 +10,17 @@ description: |
10
10
11
11
Ready, Set, Roll!
12
12
grade : stable
13
- architectures : [ amd64 ]
13
+ platforms :
14
+ amd64 :
14
15
confinement : strict
15
16
icon : snap/gui/yaya.png
16
17
license : Apache-2.0
17
18
compression : lzo
18
19
19
- layout :
20
- /usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib :
21
- bind : $SNAP/usr/lib/$SNAPCRAFT_ARCH_TRIPLET/alsa-lib
22
-
23
20
apps :
24
21
yaya :
25
22
command : yaya/bin/yaya
26
23
extensions : [gnome]
27
- plugs :
28
- - audio-playback
29
24
environment :
30
25
ALSA_CONFIG_PATH : $SNAP/etc/asound.conf
31
26
35
30
source : /root/project/Yaya-$SNAPCRAFT_PROJECT_VERSION-linux.zip
36
31
source-type : zip
37
32
stage-packages :
38
- - libasound2
39
33
- libasound2-plugins
40
34
41
35
config :
Original file line number Diff line number Diff line change 10
10
11
11
<groupId >se.trixon.yaya</groupId >
12
12
<artifactId >parent</artifactId >
13
- <version >25-SNAPSHOT </version >
13
+ <version >25.05 </version >
14
14
<packaging >pom</packaging >
15
15
16
16
<name >parent</name >
You can’t perform that action at this time.
0 commit comments