Skip to content

Added vice 3.9 and dependencies. Updated runtime to 24.08 #33

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions net.sf.VICE.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<url type="bugtracker">https://sourceforge.net/p/vice-emu/bugs/</url>
<content_rating type="oars-1.1"/>
<releases>
<release date="2024-12-24" version="3.9"/>
<release date="2023-12-24" version="3.8"/>
<release date="2022-01-24" version="3.6.1"/>
<release date="2021-12-24" version="3.6"/>
Expand Down
24 changes: 21 additions & 3 deletions net.sf.VICE.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app-id: net.sf.VICE
command: x64sc
runtime: org.freedesktop.Platform
runtime-version: '23.08'
runtime-version: '24.08'
sdk: org.freedesktop.Sdk
finish-args:
- --device=all
Expand Down Expand Up @@ -158,6 +158,24 @@ modules:
url: https://downloads.sourceforge.net/project/dos2unix/dos2unix/7.4.2/dos2unix-7.4.2.tar.gz
sha256: 6035c58df6ea2832e868b599dfa0d60ad41ca3ecc8aa27822c4b7a9789d3ae01

- name: check
buildsystem: autotools
sources:
- type: archive
url: https://github.com/libcheck/check/releases/download/0.15.2/check-0.15.2.tar.gz
sha256: a8de4e0bacfb4d76dd1c618ded263523b53b85d92a146d8835eb1a52932fa20a


- name: libevdev
buildsystem: meson
sources:
- type: archive
url: https://www.freedesktop.org/software/libevdev/libevdev-1.13.3.tar.xz
sha256: abf1aace86208eebdd5d3550ffded4c8d73bb405b796d51c389c9d0604cbcfbf




- name: vice
config-opts:
- --enable-native-gtk3ui
Expand All @@ -172,8 +190,8 @@ modules:
- /share/man
sources:
- type: archive
url: https://downloads.sourceforge.net/project/vice-emu/releases/vice-3.8.tar.gz
sha256: 1d7dc4d0f2bbcc2a871bb954ff4a5df63048dea9c16f5f1e9bc8260fa41a1004
url: https://downloads.sourceforge.net/project/vice-emu/releases/vice-3.9.tar.gz
sha256: 40202b63455e26b87ecc63eb5a52322c6fa3f57cab12acf0c227cf9f4daec370

- name: appdata
buildsystem: simple
Expand Down