Skip to content

Commit

Permalink
Edit pom
Browse files Browse the repository at this point in the history
  • Loading branch information
trixon committed Dec 7, 2024
1 parent 86822b6 commit 1836391
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.trixon.yaya</groupId>
<artifactId>parent</artifactId>
<version>24.11-NEXT</version>
<version>24.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion branding/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.trixon.yaya</groupId>
<artifactId>parent</artifactId>
<version>24.11-NEXT</version>
<version>24.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>se.trixon.yaya</groupId>
<artifactId>parent</artifactId>
<version>24.11-NEXT</version>
<version>24.12</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>main</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,21 @@
</description>
<launchable type="desktop-id">se.trixon.yaya.desktop</launchable>
<url type="homepage">https://trixon.se/</url>
<url type="bugtracker">https://github.com/trixon/yaya/issues</url>
<url type="donation">https://buymeacoffee.com/trixon</url>
<provides>
<id>se.trixon.yaya.desktop</id>
</provides>
<keywords>
<keyword translate="no">java</keyword>
<keyword translate="no">netbeans</keyword>
</keywords>

<branding>
<color type="primary" scheme_preference="light">#ff8248</color>
<color type="primary" scheme_preference="dark">#A0522D</color>
</branding>

<screenshots>
<screenshot type="default">
<image>https://trixon.se/files/screenshots/yaya_appstream01.png</image>
Expand All @@ -25,7 +40,4 @@
<caption>Help window with rules</caption>
</screenshot>
</screenshots>
<provides>
<id>se.trixon.yaya.desktop</id>
</provides>
</component>
2 changes: 0 additions & 2 deletions packaging/snap/snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ parts:
craftctl default
sed -i 's/${HOME}\/.${APPNAME}/${SNAP_USER_COMMON}\/.yaya/' /root/prime/yaya/bin/yaya
sed -i 's/${HOME}\/.cache\/${APPNAME}/${SNAP_USER_COMMON}\/.cache\/yaya/' /root/prime/yaya/bin/yaya
rm /root/prime/yaya/platform/lib/*.dll
rm /root/prime/yaya/platform/lib/*.exe
alsa-pulseaudio:
plugin: dump
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>se.trixon.yaya</groupId>
<artifactId>parent</artifactId>
<version>24.11-NEXT</version>
<version>24.12</version>
<packaging>pom</packaging>

<name>parent</name>
Expand Down

0 comments on commit 1836391

Please sign in to comment.