Skip to content

Commit

Permalink
Rename to xa2e.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Odetti <mariofutire@gmail.com>
  • Loading branch information
audetto committed May 5, 2024
1 parent 22bb29b commit 784495f
Show file tree
Hide file tree
Showing 3 changed files with 95 additions and 7 deletions.
74 changes: 74 additions & 0 deletions snap/gui/xa2e.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions snap/gui/xca2e.desktop
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[Desktop Entry]
Type=Application
Name=Apple ][ Emulator
GenericName=eXtended Apple II Emulator
Comment=A 6502/Apple II emulator with sound/graphics
Icon=${SNAP}/meta/gui/xa2e.svg
Exec=xa2e
Terminal=false
Categories=Game;Emulator
Keywords=Apple;65022;xa2e
18 changes: 11 additions & 7 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
name: applewin # you probably want to 'snapcraft register <name>'
base: core22 # the base snap is the execution environment for this snap
version: "1.30.18.10" # just for humans, typically '1.2+git' or '1.3.2'
summary: AppleWin Apple II emulator # 79 char long summary
name: xa2e
base: core22
version: "1.30.18.10"
title: eXtended Apple ][ Emulator
issues: https://github.com/audetto/AppleWin/issues
website: https://github.com/audetto/AppleWin
summary: Apple ][ emulator for Linux
icon: snap/gui/xa2e.svg
description: |
Apple II emulator for Linux
Linux version of AppleWin emulator.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots

parts:
applewin-part:
xa2e-part:
plugin: cmake
source: .
source-type: local
Expand Down Expand Up @@ -47,7 +51,7 @@ parts:
- libgles2

apps:
applewin:
xa2e:
command: usr/bin/sa2
extensions:
- gnome
Expand Down

0 comments on commit 784495f

Please sign in to comment.