Skip to content

Commit

Permalink
Update snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andykimpe committed Feb 9, 2024
1 parent 6cb5d40 commit a0e50b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ parts:
wget https://github.com/rpmfusion/desmume/raw/f39/desmume-0.9.13-aarch64.patch -O ./desmume-0.9.13-aarch64.patch
patch -p1 < ./desmume-0.9.13-aarch64.patch
rm -f ./desmume-0.9.13-aarch64.patch
wget https://github.com/rpmfusion/desmume/raw/f39/ -O ./desmume-0.9.13-arm.patch
wget https://github.com/rpmfusion/desmume/raw/f39/desmume-0.9.13-arm.patch -O ./desmume-0.9.13-arm.patch
patch -p1 < ./desmume-0.9.13-arm.patch
rm -f ./desmume-0.9.13-arm.patch
wget https://github.com/rpmfusion/desmume/raw/f39/ -O ./desmume-0.9.13-formatstring.patch
wget https://github.com/rpmfusion/desmume/raw/f39/desmume-0.9.13-formatstring.patch -O ./desmume-0.9.13-formatstring.patch
patch -p1 < ./desmume-0.9.13-formatstring.patch
rm -f ./desmume-0.9.13-formatstring.patch
wget https://github.com/rpmfusion/desmume/raw/f39/ -O ./desmume-0.9.13-ppc64le.patch
wget https://github.com/rpmfusion/desmume/raw/f39/desmume-0.9.13-ppc64le.patch -O ./desmume-0.9.13-ppc64le.patch
patch -p1 < ./desmume-0.9.13-ppc64le.patch
rm -f ./desmume-0.9.13-ppc64le.patch
wget https://github.com/rpmfusion/desmume/raw/f39/ -O ./desmume-0.9.13-tinyxml.patch
wget https://github.com/rpmfusion/desmume/raw/f39/desmume-0.9.13-tinyxml.patch -O ./desmume-0.9.13-tinyxml.patch
patch -p1 < ./desmume-0.9.13-tinyxml.patch
rm -f ./desmume-0.9.13-tinyxml.patch
sed -i 's|Icon=org.desmume.DeSmuME|Icon=${SNAP}/usr/share/icons/hicolor/scalable/apps/org.desmume.DeSmuME.svg|g' desmume/src/frontend/posix/gtk/org.desmume.DeSmuME.desktop
Expand Down

0 comments on commit a0e50b3

Please sign in to comment.