Skip to content

Commit e2c80c9

Browse files
authored
feat: Update GameMode to upstream 1.8.2 (#413)
Updates GameMode to use the original repository instead of my fork since [my fix](FeralInteractive/gamemode#385) has been published in GameMode since [release 1.8](https://github.com/FeralInteractive/gamemode/releases/tag/1.8).
2 parents 1532188 + 7a95c81 commit e2c80c9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

snap/snapcraft.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,8 +309,8 @@ parts:
309309

310310
gamemode:
311311
after: [meson-deps]
312-
source: https://github.com/ashuntu/gamemode.git
313-
source-branch: "add-snap-support"
312+
source: https://github.com/FeralInteractive/gamemode.git
313+
source-tag: "1.8.2"
314314
plugin: meson
315315
organize:
316316
snap/steam/current/usr: usr
@@ -320,9 +320,12 @@ parts:
320320
- libsystemd-dev
321321
- pkg-config
322322
- libdbus-1-dev
323+
stage-packages:
324+
- libinih1
323325
prime:
324-
- usr/bin/gamemoderun
326+
- usr/bin/gamemode*
325327
- usr/lib/*/libgamemode*.so.*
328+
- usr/lib/*/libinih.so.*
326329

327330
debug-tools:
328331
plugin: nil

0 commit comments

Comments
 (0)